Skip to content
Snippets Groups Projects
Commit 778ea2ce authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header...

- Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header append' in .htaccess to avoid double encoding.
parent 0449633b
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment