Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Check if mod_deflate is enabled (fixes #270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Apr 5, 2020
1 parent 09e3721 commit 15c17c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .htaccess
Expand Up @@ -26,7 +26,9 @@ FileETag None
</ifmodule>

<ifmodule mod_filter.c>
AddOutputFilterByType DEFLATE text/css text/html application/javascript font/truetype
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css text/html application/javascript font/truetype
</IfModule>
</ifmodule>

<ifmodule mod_headers.c>
Expand Down

0 comments on commit 15c17c6

Please sign in to comment.