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/db04995f-491e-4a2e-bc3e-fd01b1722111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to