mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
8 lines
313 B
Django/Jinja
8 lines
313 B
Django/Jinja
<VirtualHost *:80>
|
|
<Location "{{ calibreweb_url }}" >
|
|
RequestHeader set X-SCRIPT-NAME {{ calibreweb_url }}
|
|
RequestHeader set X-SCHEME http
|
|
ProxyPass http://localhost:{{ calibreweb_port }}/
|
|
ProxyPassReverse http://localhost:{{ calibreweb_port }}/
|
|
</Location>
|
|
</VirtualHost>
|