Only mark export/embed.html as cacheable to stop the export page

getting cached.
This commit is contained in:
Tom Hughes 2009-06-03 12:37:02 +00:00
parent 6bc03625a1
commit 028ce3383e

View file

@ -90,7 +90,7 @@ compress.filetype = (
# Set expiry for static content # Set expiry for static content
# #
expire.url = ( expire.url = (
"/export/" => "access 7 days", "/export/embed.html" => "access 7 days",
"/images/" => "access 10 years", "/images/" => "access 10 years",
"/javascripts/" => "access 10 years", "/javascripts/" => "access 10 years",
"/openlayers/" => "access 7 days", "/openlayers/" => "access 7 days",