mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update kolibri.conf.j2
This commit is contained in:
parent
daaba173f7
commit
7044dc6b80
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# SEE https://github.com/iiab/iiab/blob/master/roles/kiwix/templates/kiwix.conf.j2
|
||||
RedirectMatch ^{{ kolibri_url_without_slash }}$ {{ kiwix_url }}
|
||||
|
||||
ProxyPreserveHost On
|
||||
ProxyPass {{ kolibri_url }} http://localhost:{{ kolibri_http_port }}{{ kolibri_url }}
|
||||
ProxyPassReverse {{ kolibri_url }} http://localhost:{{ kolibri_http_port }}{{ kolibri_url }}
|
||||
|
|
Loading…
Reference in a new issue