1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/calibre-web/templates/calibre-web.conf.j2

9 lines
458 B
Text
Raw Normal View History

2018-10-11 00:19:22 +00:00
#<VirtualHost *:80> # This line (which used to work) prevented http://box/books from working as of October 2018 (https://github.com/iiab/iiab/issues/1196)
# <Location "{{ calibreweb_url }}" > # 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 }}/
# </Location>
#</VirtualHost>