X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/294adb0cb8e908dc374de0b63328538a0b568896..a0858dce1ce11c24de0103a341bc0ea8f75154ea:/cookbooks/tile/templates/default/apache.erb
diff --git a/cookbooks/tile/templates/default/apache.erb b/cookbooks/tile/templates/default/apache.erb
index 4fdb67b8d..66d9dd837 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
@@ -46,13 +47,11 @@
Options None
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
Options ExecCGI
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted