mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
8 lines
327 B
Django/Jinja
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>
|