1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #1972 from holta/kolibri-url-redirect

Fix kolibri.conf.j2 in PR #1970
This commit is contained in:
A Holt 2019-09-27 14:51:49 -04:00 committed by GitHub
commit c03927f06d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# SEE https://github.com/iiab/iiab/blob/master/roles/kiwix/templates/kiwix.conf.j2
RedirectMatch ^{{ kolibri_url_without_slash }}$ {{ kiwix_url }}
RedirectMatch ^{{ kolibri_url_without_slash }}$ {{ kolibri_url }}
ProxyPreserveHost On
ProxyPass {{ kolibri_url }} http://localhost:{{ kolibri_http_port }}{{ kolibri_url }}