[graylog2] Re: How to use rest api with nginx https proxy on docker container

2016-05-26 Thread Jirayut Nimsaeng
ot in the same docker container as the graylog server. > > Brgds. > Martin > > On Thursday, 26 May 2016 09:13:32 UTC+2, Jirayut Nimsaeng wrote: >> >> I'm using graylog2/server:2.0.1-2 docker image from here >> https://hub.docker.com/r/graylog2/server/. So I'm going to do ev

[graylog2] How to use rest api with nginx https proxy on docker container

2016-05-26 Thread Jirayut Nimsaeng
I'm using graylog2/server:2.0.1-2 docker image from here https://hub.docker.com/r/graylog2/server/. So I'm going to do everything behind the nginx reverse proxy with https to secure communication both web interface and rest api. This is my nginx configuration server { listen 80;