]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/apache.erb
Let mod_tile handle CORS for the tile servers
[chef.git] / cookbooks / tile / templates / default / apache.erb
index 4fdb67b8d9f9093e78415aa4deb503f62ac6d7dd..9199cb3a9e64412174f3b22fbf9e36ef3c60ce82 100644 (file)
@@ -26,9 +26,6 @@
   ErrorLog /var/log/apache2/error.log
   BufferedLogs on
 
-  # Set Access-Control-Allow-Origin header to allow Cross-origin resource sharing (CORS)
-  Header set Access-Control-Allow-Origin "*"
-
   # Enable the rewrite engine
   RewriteEngine on