mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
keep the map tree grounded where it was in defaults.ini
This commit is contained in:
parent
483a0c0758
commit
8db88bc1b1
2 changed files with 5 additions and 5 deletions
|
@ -41,11 +41,11 @@ bin_dir = %(knowledge_dir)s/sys/bin-%(arch)s
|
|||
[WEBAPP]
|
||||
port = 25000
|
||||
interface = 0.0.0.0
|
||||
base_prefix = /osm/
|
||||
base_prefix = /iiab/
|
||||
use_x_sendfile = False
|
||||
|
||||
[ZIM]
|
||||
url = /osm/zim
|
||||
url = /iiab/zim
|
||||
wikipedia_zim_dir = %(modules_dir)s/wikipedia-zim
|
||||
wikipedia_index_dir = %(modules_dir)s/wikipedia-index
|
||||
kiwix_library_file = %(wikipedia_zim_dir)s/library.xml
|
||||
|
@ -72,7 +72,7 @@ khan_cache_file = /tmp/khan_cache.json
|
|||
; so they can be served directly by the front end web server
|
||||
symlink_dir = %(khanacademy_dir)s/khanlinks
|
||||
; This is static content, so it can change based on web server config
|
||||
video_url = /osm/video/khanvideo
|
||||
video_url = /iiab/video/khanvideo
|
||||
|
||||
[OSM]
|
||||
openstreetmap_dir = %(modules_dir)s/openstreetmap
|
||||
|
@ -80,4 +80,4 @@ osm_search_dir = %(modules_dir)s/geonames_index
|
|||
|
||||
[SOFTWARE]
|
||||
software_dir = %(modules_dir)s/ubuntu/12.04/mirror/archive.ubuntu.com/ubuntu
|
||||
software_url = /osm/software
|
||||
software_url = /iiab/software
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
XSendFile on
|
||||
XSendFilePath /
|
||||
|
||||
WSGIScriptAlias /osm {{ doc_root }}/osm.wsgi
|
||||
WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
|
||||
|
||||
{% if is_debuntu %}
|
||||
Alias /iiabstatic /usr/local/lib/python2.7/dist-packages/iiab/static
|
||||
|
|
Loading…
Reference in a new issue