]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/apache.erb
Add tile.openstreetmap.org to render server certificates
[chef.git] / cookbooks / tile / templates / default / apache.erb
index 6588ab0b1f981672bde0bcf8350eb549dbd73a60..2dc5101bc0ccaa561f726cddeafa0ad3ad62dfa9 100644 (file)
@@ -4,8 +4,8 @@
 <VirtualHost *:<%= port %>>
   # Basic server configuration
   ServerName <%= node[:fqdn] %>
+  ServerAlias tile.openstreetmap.org
   ServerAlias render.openstreetmap.org
-  ServerAlias *.render.openstreetmap.org
   ServerAdmin webmaster@openstreetmap.org
 <% if port == 443 -%>