Re: Using Graylog to log from Nginx in a Docker container.

2022-01-23 Thread Julian Brown
OK, thank you On Sun, Jan 23, 2022 at 9:47 AM Sergey A. Osokin wrote: > Hi Julian, > > hope you're doing well. > > On Sat, Jan 22, 2022 at 03:22:40PM -0600, Julian Brown wrote: > > Currently I run Nginx as a reverse proxy in a Docker container. > > > >

Using Graylog to log from Nginx in a Docker container.

2022-01-22 Thread Julian Brown
Currently I run Nginx as a reverse proxy in a Docker container. FROM nginx ENV DEBIAN_FRONTEND noninteractive ... Details hidden ... EXPOSE 80 EXPOSE 443 CMD nginx -g 'daemon off;' We are wanting to use Graylog, and have it for our other containers. So I want to now use it for Nginx. Graylo

More than one host

2019-05-05 Thread Julian Brown
I am having a problem and not sure which side of the ocean it is on (Nginx or Apache). I am internally setting up an Nginx reverse proxy that will eventually go public. I have two domains I want Nginx to proxy for, both go to different machines. The second domain is for a bugzilla host, bugzilla

Re: Weird problem cannot standup nginx on 443 ipv4

2019-04-26 Thread Julian Brown
019 at 08:08:47PM -0500, Julian Brown wrote: > > Hi there, > > Well done in spotting that -- it has come up before, but obviously wasn't > something that someone noticed quickly enough this time. > > > I finally figured it out, and I cannot believe it passed a syntax &

Re: Weird problem cannot standup nginx on 443 ipv4

2019-04-25 Thread Julian Brown
do not know what it was trying to do. Anyway thank you all. Julian On Thu, Apr 25, 2019 at 6:21 PM OiledAmoeba wrote: > 25. April 2019 21:27, "Julian Brown" schrieb: > > > listen 443; > > listen [::]:443; > > I'm lazy, so I used "listen [::]:443 ssl

Re: Weird problem cannot standup nginx on 443 ipv4

2019-04-25 Thread Julian Brown
I just tried both, (removed the ipv6 entry) and tried both of the above. Now nothing is on 443, not even ipv6 (which is ok). This is totally wierd. Thank you Julian On Thu, Apr 25, 2019 at 2:37 PM Rainer Duffner wrote: > > > Am 25.04.2019 um 21:27 schrieb Julian Brown : > >

Weird problem cannot standup nginx on 443 ipv4

2019-04-25 Thread Julian Brown
ce web server and a reverse proxy server. I tried to strace it, and it does not even try to bind to 443 on ipv4, it is almost like it is compiled to ignore port 443 on ipv4. Can someone help me? Thank you Julian Brown ___ nginx mailing list nginx@n