2017-06-12 19:23:45 +00:00
#IIAB Apache2 configuration file
XSendFile on
XSendFilePath /
2017-06-14 19:35:23 +00:00
WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
2017-06-12 19:23:45 +00:00
2018-08-30 18:46:13 +00:00
# For old bitmap/raster tileset
2017-07-17 19:21:08 +00:00
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/
2017-06-12 19:23:45 +00:00
2017-07-17 19:21:08 +00:00
<Directory {{ osm_path }}/static>
2017-06-12 19:23:45 +00:00
require all granted
</Directory>