diff --git a/roles/calibre-web/templates/calibre-web.conf.j2 b/roles/calibre-web/templates/calibre-web.conf.j2 index 49f4f0589..f15f0692d 100644 --- a/roles/calibre-web/templates/calibre-web.conf.j2 +++ b/roles/calibre-web/templates/calibre-web.conf.j2 @@ -1,8 +1,8 @@ # # 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 +# # Line unnec when "/proxy" added to Proxy* directives below RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }} -RequestHeader set X-SCHEME http -ProxyPass http://localhost:{{ calibreweb_port }}/ -ProxyPassReverse http://localhost:{{ calibreweb_port }}/ +RequestHeader set X-SCHEME http # Line unnec? +ProxyPass /books http://localhost:{{ calibreweb_port }}/ +ProxyPassReverse /books http://localhost:{{ calibreweb_port }}/ # Line unnec? # #