Skip to content

Commit

Permalink
[BUGFIX] Fix problem with strict mime checking and BE compressionLeve…
Browse files Browse the repository at this point in the history
…l > 0

Fixes #241
  • Loading branch information
peterkraume committed Feb 21, 2020
1 parent f75322c commit c8a2b84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/Configuration/Htaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ This is the base .htaccess configuration. Please take a look for the default var
ForceType text/html
# AddType "text/html" .gzip
</FilesMatch>
<FilesMatch "\.js\.gzip$">
ForceType text/javascript
# AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
ForceType text/css
# AddType "text/css" .gzip
</FilesMatch>
<FilesMatch "\.xml\.gzip$">
ForceType text/xml
# AddType "text/xml" .gzip
Expand Down

0 comments on commit c8a2b84

Please sign in to comment.