mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
rename python_path to osm_path use osm_path in place of {% if is_debuntu %} remove whitespace make python_path available for all playbooks
14 lines
287 B
Django/Jinja
14 lines
287 B
Django/Jinja
#IIAB Apache2 configuration file
|
|
|
|
XSendFile on
|
|
XSendFilePath /
|
|
|
|
WSGIScriptAlias /iiab {{ doc_root }}/osm.wsgi
|
|
|
|
Alias /iiabstatic {{ osm_path }}/static
|
|
Alias /osm {{ osm_path }}/static
|
|
Alias /maps {{ osm_path }}/static
|
|
|
|
<Directory {{ osm_path }}/static>
|
|
require all granted
|
|
</Directory>
|