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
By default nginx seem to don't preserve the host port (in certain case).
in some case is usefull like in esphome/issues#4327 to preserve the host AND the port.
in apache you have an options to do that ProxyPreserveHost, in nginx you can use http_host variable to that.
it would be possible to add an option (in proxy host and in custom locations) to pass the host as is (with port) in the Nginx Proxy Manager as flag on/off to simplify the usage ?