mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
URLs box/kiwix & box/kiwix/zim both now work!
This commit is contained in:
parent
42fd905388
commit
36e80169d3
1 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
RewriteEngine on
|
||||
RewriteRule ^{{ kiwix_alias_url }}$ {{ kiwix_url }} [R]
|
||||
# 2018-08-31: FAILS to enable http://box/kiwix
|
||||
#RewriteEngine on
|
||||
#RewriteRule ^{{ kiwix_alias_url }}$ {{ kiwix_url }} [R]
|
||||
|
||||
ProxyPass {{ kiwix_alias_url }} http://127.0.0.1:{{ kiwix_port}}{{ kiwix_url }}
|
||||
# 2018-08-31: SUCCEEDS in enabling http://box/kiwix
|
||||
RedirectMatch ^{{ kiwix_alias_url }}$ {{ kiwix_url }}
|
||||
|
||||
#ProxyPreserveHost On
|
||||
ProxyPass {{ kiwix_url }} http://127.0.0.1:{{ kiwix_port}}{{ kiwix_url }}
|
||||
#ProxyPassReverse {{ kiwix_url }} http://127.0.0.1:{{ kiwix_port}}{{ kiwix_url }}
|
||||
|
|
Loading…
Reference in a new issue