projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f4ffb
)
aggiunto expires a 2 gg per le immagini
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 27 Jan 2007 10:40:17 +0000
(10:40 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 27 Jan 2007 10:40:17 +0000
(10:40 +0000)
web/.htaccess
patch
|
blob
|
history
diff --git
a/web/.htaccess
b/web/.htaccess
index
562f6bf
..
c0fbf3e
100644
(file)
--- a/
web/.htaccess
+++ b/
web/.htaccess
@@
-1,3
+1,7
@@
<FilesMatch "\.(js|css)$">
header append Cache-Control "public, last-modified, must-revalidate"
</FilesMatch>
+ExpiresActive On
+ExpiresByType image/jpg "access plus 2 days"
+ExpiresByType image/png "access plus 2 days"
+