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
2018-08-15 20:35:45 +07:00

8 lines
327 B
Django/Jinja

<VirtualHost *:80>
<Location "{{ calibre_web_url }}" >
RequestHeader set X-SCRIPT-NAME {{ calibre_web_url }}
RequestHeader set X-SCHEME http
ProxyPass http://localhost:{{ calibre_web_http_port }}/
ProxyPassReverse http://localhost:{{ calibre_web_http_port }}/
</Location>
</VirtualHost>