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

calibreweb_url -> calibreweb_url1 fix in comment, for Ansible

This commit is contained in:
A Holt 2019-07-16 15:27:32 -04:00 committed by GitHub
parent 78e9a1f2c4
commit 8bff00b957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
# Line 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 "{{ calibreweb_url }}" is added to Proxy* directive(s) further below
# <Location "{{ calibreweb_url }}" >
# Unnec when "{{ calibreweb_url1 }}" is added to Proxy* directive(s) further below
# <Location "{{ calibreweb_url1 }}" >
# 2019-07-14: this line remains necessary (page barely renders without it!)
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url1 }}