]> git.openstreetmap.org Git - rails.git/blobdiff - config/lighttpd.conf
Only mark export/embed.html as cacheable to stop the export page
[rails.git] / config / lighttpd.conf
index 80b941fa6814a98f5dab3d9b72e9804fe3068e65..3f16d6ec9391f702e37225a93a3851cb64376c45 100644 (file)
@@ -90,7 +90,7 @@ compress.filetype = (
 # Set expiry for static content
 #
 expire.url = (
-  "/export/" => "access 7 days",
+  "/export/embed.html" => "access 7 days",
   "/images/" => "access 10 years",
   "/javascripts/" => "access 10 years",
   "/openlayers/" => "access 7 days",