From 33d2ff19f8ff5efa4f66e033c226542a1a902f01 Mon Sep 17 00:00:00 2001 From: Luca Racchetti Date: Sat, 16 Mar 2024 12:30:56 +0100 Subject: [PATCH] fix description fix description Co-authored-by: Brian Teeman --- htaccess.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htaccess.txt b/htaccess.txt index 1ad4859f849b8..34c08a2902a51 100644 --- a/htaccess.txt +++ b/htaccess.txt @@ -157,7 +157,7 @@ Options -Indexes RewriteCond "%{REQUEST_FILENAME}\.gz" -s RewriteRule "^(.*)\.js" "$1\.js\.gz" [QSA] - # Serve correct content types, and prevent mod_deflate double gzip. + # Serve correct content types, and prevent mod_deflate double compression. RewriteRule "\.css\.gz$" "-" [T=text/css,E=no-gzip:1,E=no-brotli:1] RewriteRule "\.js\.gz$" "-" [T=text/javascript,E=no-gzip:1,E=no-brotli:1]