From bab333b3f137c2acfdd62629aa7a0d4df025419d Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 19 Oct 2018 11:24:10 -0400 Subject: [PATCH] Update calibre-web.conf.j2 --- roles/calibre-web/templates/calibre-web.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calibre-web/templates/calibre-web.conf.j2 b/roles/calibre-web/templates/calibre-web.conf.j2 index a4fb4ee37..85db95f10 100644 --- a/roles/calibre-web/templates/calibre-web.conf.j2 +++ b/roles/calibre-web/templates/calibre-web.conf.j2 @@ -12,7 +12,7 @@ RequestHeader set X-SCHEME http ProxyPass {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/ # Possibly unnec? (ProxyPassReverse rewrites internal links, that come back -# from proxy! Whereas e.g. kiwix.conf doesn't need this, as kiwix itself +# from Apache proxy. Whereas e.g. kiwix.conf doesn't need this, as kiwix itself # prefixes URLs, thanks to --urlRootLocation=/kiwix/ in its systemd file.) ProxyPassReverse {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/