From 211ededa1c56ec21ab73899a1b0a687d52cca615 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 10 Oct 2018 20:32:53 -0400 Subject: [PATCH] Update calibre-web.conf.j2 --- roles/calibre-web/templates/calibre-web.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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? # #