Cyclosm: change the 'default' name for apache and renderd to 'cyclosm'

This commit is contained in:
nobohan 2023-06-26 10:27:25 +02:00
parent 40a760e941
commit 830155628f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin webmaster@localhost ServerAdmin webmaster@localhost
AddTileConfig /tile/ default AddTileConfig /tile/ cyclosm
LoadTileConfigFile /etc/renderd.conf LoadTileConfigFile /etc/renderd.conf
ModTileRenderdSocketName /run/renderd/renderd.sock ModTileRenderdSocketName /run/renderd/renderd.sock
ModTileRequestTimeout 0 ModTileRequestTimeout 0

View File

@ -12,7 +12,7 @@ font_dir=/usr/share/fonts
font_dir_recurse=true font_dir_recurse=true
; ADD YOUR LAYERS: ; ADD YOUR LAYERS:
[default] [cyclosm]
URI=/tile/ URI=/tile/
TILEDIR=/var/cache/renderd/tiles TILEDIR=/var/cache/renderd/tiles
XML=/data/style/mapnik.xml XML=/data/style/mapnik.xml