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

9 lines
313 B
Text
Raw Normal View History

2018-08-13 17:11:42 +00:00
<VirtualHost *:80>
<Location "{{ calibreweb_url }}" >
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }}
2018-08-13 17:11:42 +00:00
RequestHeader set X-SCHEME http
ProxyPass http://localhost:{{ calibreweb_port }}/
ProxyPassReverse http://localhost:{{ calibreweb_port }}/
2018-08-13 17:11:42 +00:00
</Location>
</VirtualHost>