X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/294adb0cb8e908dc374de0b63328538a0b568896..715f68b9e47e04994c4aec6b82b94dc8ebe7e68e:/cookbooks/tile/templates/default/apache.erb diff --git a/cookbooks/tile/templates/default/apache.erb b/cookbooks/tile/templates/default/apache.erb index 4fdb67b8d..91a901e45 100644 --- a/cookbooks/tile/templates/default/apache.erb +++ b/cookbooks/tile/templates/default/apache.erb @@ -26,7 +26,8 @@ ErrorLog /var/log/apache2/error.log BufferedLogs on - # Set Access-Control-Allow-Origin header to allow Cross-origin resource sharing (CORS) + # Always set Access-Control-Allow-Origin so that simple CORS requests + # will always work and can be cached Header set Access-Control-Allow-Origin "*" # Enable the rewrite engine