NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Commit "advanced config move to top of default confg" break the posibility to overiding host header
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
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-*
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting commit 280bac8b430a3465f1fbc4d7e8d94e148ad740e7 and the custom configuration section described in the issue. Reproduce the problem with proxy_set_header Host $http_host;, then verify that custom overrides for the Host and x-forward-* headers are applied as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100