From: Tom Hughes Date: Tue, 22 Oct 2013 19:34:13 +0000 (+0100) Subject: Add gps-*.tile.openstreetmap.org as an alias for the GPS tile server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c43bf1368ea4b5daca710654eb48099b8274f585 Add gps-*.tile.openstreetmap.org as an alias for the GPS tile server --- diff --git a/cookbooks/gps-tile/templates/default/apache.erb b/cookbooks/gps-tile/templates/default/apache.erb index 12d24d131..064e1dc20 100644 --- a/cookbooks/gps-tile/templates/default/apache.erb +++ b/cookbooks/gps-tile/templates/default/apache.erb @@ -4,6 +4,8 @@ > # 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