X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15c492ebfe7aa6527f7b24fe23056ee9947286d1..94cf6ece2dc27909f2d01af099a3960e75ed6da5:/config/lighttpd.conf diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 5455e266d..74aa6f38f 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -83,9 +83,10 @@ compress.filetype = ( # Set expiry for static content # expire.url = ( + "/export/" => "access 7 days", "/images/" => "access 10 years", "/javascripts/" => "access 10 years", - "/openlayers/" => "access 10 years", + "/openlayers/" => "access 7 days", "/stylesheets/" => "access 10 years" )