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

7 lines
383 B
Text
Raw Normal View History

2019-09-27 18:33:37 +00:00
# SEE https://github.com/iiab/iiab/blob/master/roles/kiwix/templates/kiwix.conf.j2
2019-09-27 18:50:23 +00:00
RedirectMatch ^{{ kolibri_url_without_slash }}$ {{ kolibri_url }}
2019-09-27 18:33:37 +00:00
ProxyPreserveHost On
ProxyPass {{ kolibri_url }} http://localhost:{{ kolibri_http_port }}{{ kolibri_url }}
ProxyPassReverse {{ kolibri_url }} http://localhost:{{ kolibri_http_port }}{{ kolibri_url }}