Only mark export/embed.html as cacheable to stop the export page
getting cached.
This commit is contained in:
parent
6bc03625a1
commit
028ce3383e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue