X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/51c11f2ef522182ef5ac8a74b3165f29762771d2..f1b0225b7996a3b340c1334076810ae387a4fb50:/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" )