Francis,
WIth your help and suggestions of starting with the simplest and slowly
adding steps, it is working.
Here is the working config below. I started by getting the web server part
only working well. You suggested not to use scheme=http
for redirect, so I'm listening on 80 and redirecting. I p
On Mon, Sep 12, 2022 at 05:46:21PM -0700, Michael Williams wrote:
Hi there,
> Wow thank you. This really helps all the guidance and instruction. I really
> appreciate your time.
No worries.
> One thing to clarify, is that if I turn off NGINX, the client page works
> fine and connects to the app
On Sun, Sep 11, 2022 at 11:53:43AM -0700, Michael Williams wrote:
Hi there,
> Francis thanks very much for taking the time to look at this.
> Based on your suggestion, I commented out these 3 lines and it got rid of
> the looping. I thought the same process that wants the WS feed also looked
> f
Francis thanks very much for taking the time to look at this.
Based on your suggestion, I commented out these 3 lines and it got rid of
the looping. I thought the same process that wants the WS feed also looked
for inbound on port 80, but that is not the case after all.
location @ {
On Sat, Sep 10, 2022 at 05:47:29PM -0700, Michael Williams wrote:
Hi there,
> Can someone with fresh eye please review this config and tell me why
> requests are infinite redirection to https?
I suspect that whatever you are proxy_pass'ing to is seeing that it
is getting a http connection, and i
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