<VirtualHost *:<%= port %>>
# Basic server configuration
ServerName <%= node[:fqdn] %>
+ ServerAlias gps.tile.openstreetmap.org
+ ServerAlias gps-*.tile.openstreetmap.org
ServerAlias gps-tile.openstreetmap.org
ServerAlias *.gps-tile.openstreetmap.org
ServerAdmin webmaster@openstreetmap.org
<Directory /srv/gps-tile.openstreetmap.org/html>
Options None
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
+</Directory>
+
+<Directory /srv/gps-tile.openstreetmap.org/updater>
+ <Files tile>
+ Require all granted
+ </Files>
</Directory>