From 5ae34b8739f1d5819263b78ba5902b95b2132984 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 10 Oct 2018 20:19:22 -0400 Subject: [PATCH] Update calibre-web.conf.j2 --- roles/calibre-web/templates/calibre-web.conf.j2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/calibre-web/templates/calibre-web.conf.j2 b/roles/calibre-web/templates/calibre-web.conf.j2 index 33a95a950..49f4f0589 100644 --- a/roles/calibre-web/templates/calibre-web.conf.j2 +++ b/roles/calibre-web/templates/calibre-web.conf.j2 @@ -1,8 +1,8 @@ - - - RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }} - RequestHeader set X-SCHEME http - ProxyPass http://localhost:{{ calibreweb_port }}/ - ProxyPassReverse http://localhost:{{ calibreweb_port }}/ - - +# # This line (which used to work) prevented http://box/books from working as of October 2018 (https://github.com/iiab/iiab/issues/1196) +# # This line appears unnecessary +RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }} +RequestHeader set X-SCHEME http +ProxyPass http://localhost:{{ calibreweb_port }}/ +ProxyPassReverse http://localhost:{{ calibreweb_port }}/ +# +#