NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.27k stars 2.7k forks source link

Remove variable usage from proxy_pass directive to fix resolution issues #4118

Closed mitossoft-rd closed 3 weeks ago

mitossoft-rd commented 3 weeks ago

This change addresses issues described in issue #4102, where users experienced 404 errors and misconfigurations due to dynamic URL resolution failures. By switching to static values for backend addresses, this ensures more stable and predictable behavior when routing requests through the proxy.

nginxproxymanagerci[bot] commented 3 weeks ago

Docker Image for build 3 is available on DockerHub as nginxproxymanager/nginx-proxy-manager-dev:pr-4118

Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes Note: this is a different docker image namespace than the official image

quux-aivar commented 3 weeks ago

When this fix will be released?

quux-aivar commented 1 week ago

@mitossoft-rd , any news when this fix will be released?