Sorry for the typo, the path is /opt/graylog/conf/nginx/nginx.conf.

On Thursday, April 28, 2016 at 9:22:43 AM UTC-4, Obie wrote:
>
> In the VMware OVA running ngnix, what would I need to add/change? Here's a 
> snippet of the config.
>
> /opt/graylog/conf/ngnix/ngnix.conf
>
>       location / {
>         proxy_pass http://localhost:9000/;
>         proxy_http_version 1.1;
>         proxy_set_header Host $host;
>         proxy_set_header X-Real-IP $remote_addr;
>         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
>         proxy_pass_request_headers on;
>         proxy_connect_timeout 150;
>         proxy_send_timeout 100;
>         proxy_read_timeout 100;
>         proxy_buffers 4 32k;
>         client_max_body_size 8m;
>         client_body_buffer_size 128k;
>       }
>
>
> On Thursday, April 28, 2016 at 4:07:55 AM UTC-4, Stefan Tiede wrote:
>>
>> I had to tweak my apache config, see here: 
>> http://docs.graylog.org/en/2.0/pages/configuring_webif.html#apache
>>
>> Proxy pass to api is needed now.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/cf7fad66-021e-4e10-b071-504865782909%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to