Check if mod_deflate is enabled (fixes #270)
This commit is contained in:
parent
09e372175f
commit
15c17c6750
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue