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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,5 @@ server {
proxy_pass http://$upstream_calibre_web:8083; proxy_pass http://$upstream_calibre_web:8083;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Scheme $scheme; proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /calibre;
} }
} }