]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/templates/default/apache.erb
Add gps-*.tile.openstreetmap.org as an alias for the GPS tile server
[chef.git] / cookbooks / gps-tile / templates / default / apache.erb
index 12d24d13139e83dd4a40820a56f75b8afced4c89..064e1dc2023ab2d74603023d77a5db3090a1a6ac 100644 (file)
@@ -4,6 +4,8 @@
 <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