mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
remove X-Script_Name
removed superfluous proxy_set_header X-Script-Name /calibre; which is not needed for subdomain.
This commit is contained in:
parent
fc97bd0ae6
commit
feb43c9615
1 changed files with 0 additions and 1 deletions
|
@ -28,6 +28,5 @@ server {
|
|||
proxy_pass http://$upstream_calibre_web:8083;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Scheme $scheme;
|
||||
proxy_set_header X-Script-Name /calibre;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue