1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update calibre-web.conf.j2

This commit is contained in:
A Holt 2018-10-19 11:24:10 -04:00 committed by GitHub
parent 812d326873
commit bab333b3f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ RequestHeader set X-SCHEME http
ProxyPass {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/ ProxyPass {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/
# Possibly unnec? (ProxyPassReverse rewrites internal links, that come back # 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.) # prefixes URLs, thanks to --urlRootLocation=/kiwix/ in its systemd file.)
ProxyPassReverse {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/ ProxyPassReverse {{ calibreweb_url }} http://localhost:{{ calibreweb_port }}/