1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/vector-maps/templates/vector-maps.conf
2019-05-05 20:27:45 -07:00

8 lines
247 B
Text

# For downloadable regional vector tilesets
Alias /maps {{ vector_map_path }}
Alias /vector-maps {{ vector_map_path }}
<Directory {{ vector_map_path }}>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>