]> git.openstreetmap.org Git - chef.git/commitdiff
Add gps-*.tile.openstreetmap.org as an alias for the GPS tile server
authorTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 19:34:13 +0000 (20:34 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 19:37:38 +0000 (20:37 +0100)
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