From 542af7b9393229dc6e4811d6ee4cbe0c4b37e020 Mon Sep 17 00:00:00 2001
From: Kornel Lugosi <coornail@gmail.com>
Date: Sat, 28 May 2011 13:24:23 +0200
Subject: [PATCH] Use set rather than append in serving the correct encoding type

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

diff --git a/.htaccess b/.htaccess
index 9494b53..aa3f7b8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -129,7 +129,7 @@ DirectoryIndex index.php index.html index.htm

     <FilesMatch "(\.js\.gz|\.css\.gz)$">
       # Serve correct encoding type.
-      Header append Content-Encoding gzip
+      Header set Content-Encoding gzip
       # Force proxies to cache gzipped & non-gzipped css/js files separately.
       Header append Vary Accept-Encoding
     </FilesMatch>
--
1.7.4.1

