Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
fix description

Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
Razzo1987 and brianteeman committed Mar 16, 2024
1 parent fffb417 commit 33d2ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htaccess.txt
Expand Up @@ -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]

Expand Down

0 comments on commit 33d2ff1

Please sign in to comment.