From 028ce3383eba8e56047c1745a373aaa66b4bc615 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Jun 2009 12:37:02 +0000 Subject: [PATCH] Only mark export/embed.html as cacheable to stop the export page getting cached. --- config/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5