mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user