X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/294adb0cb8e908dc374de0b63328538a0b568896..c5bea9b23b86f421342a1a0c9c8de98acc250304:/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