mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
17 lines
520 B
Django/Jinja
17 lines
520 B
Django/Jinja
#IIAB Apache2 configuration file
|
|
|
|
XSendFile on
|
|
XSendFilePath /
|
|
|
|
WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
|
|
|
|
# For old bitmap/raster tileset
|
|
Alias /iiabstatic {{ osm_path }}/static
|
|
|
|
# For new vector tileset, as documented @ http://FAQ.IIAB.IO ("How do I add zoomable maps for my region? ") & http://download.iiab.io/content/OSM/vector-tiles/
|
|
Alias /maps /library/www/html/modules/en-osm-omt-min/
|
|
Alias /osm /library/www/html/modules/en-osm-omt-min/
|
|
|
|
<Directory {{ osm_path }}/static>
|
|
require all granted
|
|
</Directory>
|