mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
wger: Use $http_host for proxy Host header (#12327)
This commit is contained in:
parent
1c463369c7
commit
cbb82812b2
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8000;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_redirect off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue