Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-06-19 18:42:09 +0400
committerthomascube <thomas@roundcube.net>2009-06-19 18:42:09 +0400
commit2f14293716edb59882eb6f16e1ad4b7fb79ce3da (patch)
treedb7701f65840a1d5063e5be67a0bba77af51405d /.htaccess
parentfb1e3b7b875081338ec233340a9527b506cba4ec (diff)
Use filemtime for cache busting + better etag for static files
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index a30369db8..9b8063d4a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -43,7 +43,7 @@ ExpiresActive On
ExpiresDefault "access plus 1 month"
</IfModule>
-FileETag MTime
+FileETag MTime Size
Order deny,allow
Allow from all