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

19 lines
707 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-09-19 23:54:28 +00:00
# 2018-09-19: placement of osm.conf (for http://box/maps) moved to roles/httpd/tasks/main.yml to economize ~5 min during RPi install, now that this (older) osm playbook is rarely used
2018-09-19 22:45:02 +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/
#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>