projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc0362
)
Only mark export/embed.html as cacheable to stop the export page
author
Tom Hughes
<tom@compton.nu>
Wed, 3 Jun 2009 12:37:02 +0000
(12:37 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 3 Jun 2009 12:37:02 +0000
(12:37 +0000)
getting cached.
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index 80b941fa6814a98f5dab3d9b72e9804fe3068e65..3f16d6ec9391f702e37225a93a3851cb64376c45 100644
(file)
--- 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",