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:
commit
c03927f06d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue