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 }}/ +# +#