From: Tom Hughes Date: Wed, 3 Jun 2009 12:37:02 +0000 (+0000) Subject: Only mark export/embed.html as cacheable to stop the export page X-Git-Tag: live~7846 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/028ce3383eba8e56047c1745a373aaa66b4bc615 Only mark export/embed.html as cacheable to stop the export page getting cached. --- diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 80b941fa6..3f16d6ec9 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -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",