Skip to content

Commit 60109ea

Browse files
committed
Dont append but set Content-Encoding header value
1 parent 9c7ac19 commit 60109ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htaccess.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Options -Indexes
163163

164164
<FilesMatch "(\.js\.gz|\.css\.gz)$">
165165
# Serve correct encoding type.
166-
Header append Content-Encoding gzip
166+
Header set Content-Encoding gzip
167167

168168
# Force proxies to cache gzipped &
169169
# non-gzipped css/js files separately.

0 commit comments

Comments
 (0)