mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2026-01-09 14:17:29 +00:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
# This is the Apache server configuration file for providing OSM tile support
|
|
# through mod_tile
|
|
#
|
|
|
|
LoadModule tile_module modules/mod_tile.so
|
|
|
|
<Directory /var/www/html/direct/>
|
|
SetHandler tile
|
|
</Directory>
|
|
|
|
<Directory /var/www/html/osm_tiles2/>
|
|
SetHandler tile
|
|
</Directory>
|