NginxProxyManager / nginx-proxy-manager

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

Commit "advanced config move to top of default confg" break the posibility to overiding host header #3980

Open mcarbonneaux opened 1 month ago

mcarbonneaux commented 1 month ago

Describe the bug

the commit https://github.com/NginxProxyManager/nginx-proxy-manager/commit/280bac8b430a3465f1fbc4d7e8d94e148ad740e7 break the posibility to overide host header... now is imposible to overide Host header in custom section like that: ``` proxy_set_header Host $http_host; ``` like her : https://github.com/esphome/issues/issues/4327#issuecomment-2211683256 **Expected behavior** hability to overide the host header and x-forward-xx