mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Remove unnecessary proxy_set_header lines from subdomain conf, as those are only necessary for subfolders
This commit is contained in:
parent
57414a31f7
commit
46fc95cf96
1 changed files with 0 additions and 4 deletions
|
@ -27,9 +27,5 @@ server {
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_beets beets;
|
set $upstream_beets beets;
|
||||||
proxy_pass http://$upstream_beets:8337;
|
proxy_pass http://$upstream_beets:8337;
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Scheme $scheme;
|
|
||||||
proxy_set_header X-Script-Name /beets;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue