NginxProxyManager / nginx-proxy-manager

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

proxy_set_header Host $http_host setting does not take effect #4011

Open chung1912 opened 1 week ago

chung1912 commented 1 week ago

Checklist

Describe the bug

Nginx Proxy Manager Version

2.11.3

To Reproduce Steps to reproduce the behavior: After proxy_set_header Host $http_host is set, it will be placed at the front of "location", resulting in the configuration not being effective. For details, please see the figure My configuration on the page is as follows: image The configuration information seen in conf is as follows: image As shown in the figure, since proxy_set_header Host $host; is generated by default and is after proxy_set_header Host $http_host;, proxy_set_header Host $host; will take effect.

Expected behavior

Custom configuration should be placed at the end, not at the beginning, to ensure that the custom configuration can take effect normally, as shown in the following figure image

Operating System

Additional context

eliasmainetti commented 3 days ago

Same problem