1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/osm/templates/osm.conf.j2

18 lines
520 B
Text
Raw Normal View History

#IIAB Apache2 configuration file
XSendFile on
XSendFilePath /
WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
2018-08-30 18:46:13 +00:00
# For old bitmap/raster tileset
Alias /iiabstatic {{ osm_path }}/static
2018-08-30 18:46:13 +00:00
2018-08-30 19:12:11 +00:00
# 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/
2018-08-30 18:46:13 +00:00
Alias /maps /library/www/html/modules/en-osm-omt-min/
2018-08-30 19:08:55 +00:00
Alias /osm /library/www/html/modules/en-osm-omt-min/
<Directory {{ osm_path }}/static>
require all granted
</Directory>