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:
parent
ff89b1d58b
commit
5ae34b8739
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
<VirtualHost *:80>
|
#<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 }}" >
|
# <Location "{{ calibreweb_url }}" > # This line appears unnecessary
|
||||||
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }}
|
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }}
|
||||||
RequestHeader set X-SCHEME http
|
RequestHeader set X-SCHEME http
|
||||||
ProxyPass http://localhost:{{ calibreweb_port }}/
|
ProxyPass http://localhost:{{ calibreweb_port }}/
|
||||||
ProxyPassReverse http://localhost:{{ calibreweb_port }}/
|
ProxyPassReverse http://localhost:{{ calibreweb_port }}/
|
||||||
</Location>
|
# </Location>
|
||||||
</VirtualHost>
|
#</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue