From 2f14293716edb59882eb6f16e1ad4b7fb79ce3da Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 19 Jun 2009 10:42:09 -0400
Subject: [PATCH] Use filemtime for cache busting + better etag for static files

---
 .htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
index a30369d..9b8063d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -43,7 +43,7 @@
 ExpiresDefault "access plus 1 month"
 </IfModule>
 
-FileETag MTime
+FileETag MTime Size
 
 Order deny,allow
 Allow from all

--
Gitblit v1.9.1