From feb43c961563b1452c68f3ae99af77dd9e538abb Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:08:18 -0500 Subject: [PATCH] remove X-Script_Name removed superfluous proxy_set_header X-Script-Name /calibre; which is not needed for subdomain. --- calibre-web.subdomain.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index 1a8ce5f..5754dc2 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -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; } }