remove X-Script_Name

removed superfluous proxy_set_header X-Script-Name /calibre; which is not needed for subdomain.
This commit is contained in:
driz
2020-01-08 13:08:18 -05:00
committed by GitHub
parent fc97bd0ae6
commit feb43c9615
-1
View File
@@ -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;
}
}