mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
19 lines
542 B
Django/Jinja
19 lines
542 B
Django/Jinja
# Used to work (in August 2018) but prevented http://box/books from working (in October 2018, https://github.com/iiab/iiab/issues/1196)
|
|
#<VirtualHost *:80>
|
|
|
|
# Unnec when "/proxy" is added to Proxy* directives further below
|
|
# <Location "{{ calibreweb_url }}" >
|
|
|
|
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }}
|
|
|
|
# Appears unnec:
|
|
RequestHeader set X-SCHEME http
|
|
|
|
ProxyPass /books http://localhost:{{ calibreweb_port }}/
|
|
|
|
# Appears unnec:
|
|
ProxyPassReverse /books http://localhost:{{ calibreweb_port }}/
|
|
|
|
# </Location>
|
|
|
|
#</VirtualHost>
|