Re: help with https to http and WSS to WS reverse proxy conf

2022-09-15 Thread Michael Williams
onnection "upgrade"; proxy_pass http://172.31.24.191:25565; proxy_read_timeout 86400; } } On Thu, Sep 15, 2022 at 7:30 AM Francis Daly wrote: > On Mon, Sep 12, 2022 at 05:46:21PM -0700, Michael Williams wrote: > > Hi there, > > > Wow thank you.

Re: Port numbers in the access or error logs ?

2022-09-13 Thread Michael Williams
you’re after. > > On 13 Sep 2022, at 20:24, Michael Williams < > michael.glenn.willi...@totalvu.tv> wrote: > > Is there a way to include the request port number in each line of the > access logs? > I'm on Debian 11, using free NGINX downloaded. > > Man

Port numbers in the access or error logs ?

2022-09-13 Thread Michael Williams
Is there a way to include the request port number in each line of the access logs? I'm on Debian 11, using free NGINX downloaded. Many thanks, Michael [image: linkedin] ___ nginx mailing li

is WSS or WS a $scheme?

2022-09-11 Thread Michael Williams
Is it possible to recognize $scheme = WSS within the NGINX conf file ? Many thanks [image: linkedin] ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@n

Re: help with https to http and WSS to WS reverse proxy conf

2022-09-11 Thread Michael Williams
TURN all -- * * 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) pkts bytes target prot opt in out source destination 1535K 4381M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 On Sun, Sep 11, 2022 at 1:45 AM Francis Daly wrote: > On Sat, Sep

help with https to http and WSS to WS reverse proxy conf

2022-09-10 Thread Michael Williams
Hi All, Can someone with fresh eye please review this config and tell me why requests are infinite redirection to https? I'm trying to forward inbound requests on port 443 either to the localhost port 80 or the localhost port 25565, depending if it is a request for a WSS or for HTTP (files) Many