]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/apache.frontend.erb
Add public to Cache-Control per rfc7234 5.2.2.5 and immutable
[chef.git] / cookbooks / web / templates / default / apache.frontend.erb
index 3e7fc56c30cf0a632c17624c3530750ff7d8f51f..449e0a88b3acf7a1c3e69bd81ef40381469cf693 100644 (file)
@@ -62,7 +62,7 @@
   # and force cache headers on response
   #
   <Location /openlayers/img/404.png>
-    Header always set Cache-Control "max-age=31536000"
+    Header always set Cache-Control "public, max-age=31536000, immutable"
     Header always set Expires "Tue, 19 Jan 2038 03:14:07 GMT"
     RewriteRule ^ - [G,L]
   </Location>