mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
kiwix_url_without_slash: /kiwix
This commit is contained in:
parent
7044dc6b80
commit
94abf4fbd7
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ kiwix_src_file_linux64: "{{ kiwix_version_linux64 }}.tar.gz"
|
|||
kiwix_src_file_i686: "{{ kiwix_version_i686 }}.tar.gz"
|
||||
|
||||
# Used for Kiwix proxy http://box/kiwix/
|
||||
kiwix_url: /kiwix/
|
||||
kiwix_alias_url: /kiwix
|
||||
kiwix_url_without_slash: /kiwix
|
||||
kiwix_url: "{{ kiwix_url_without_slash }}/" # /kiwix/
|
||||
kiwix_path: "{{ iiab_base }}/kiwix" # /opt/iiab
|
||||
|
||||
# /library/zims contains 3 important things:
|
||||
|
|
Loading…
Reference in a new issue