You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is fine except when nginx is behind a proxy or using http2. In those cases, the redirect adds the non-standard port/protocol (usually 8443 instead of 443) and the direct fails-- as that port is not exposed to the client. I suggest changing all 301's along the lines
The current nginx config for 'well known' addresses follows the pattern
which is fine except when nginx is behind a proxy or using http2. In those cases, the redirect adds the non-standard port/protocol (usually 8443 instead of 443) and the direct fails-- as that port is not exposed to the client. I suggest changing all 301's along the lines
which will force the client to use the 443 port, and allow the proxy / load balancing logic to do its work properly.
The text was updated successfully, but these errors were encountered: