]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_deflate.conf
- no default encoding as it causes apache sends this encoding in every response heade...
[packages/apache.git] / apache-mod_deflate.conf
index 275585fb006204a763646b57a28b8825b30502e9..9dcc33c65b6aa220c1ba25c86031b81d74ae0e02 100644 (file)
@@ -2,7 +2,7 @@
 LoadModule deflate_module              modules/mod_deflate.so
 
 # Safe but working settings - compress only that types:
-AddOutputFilterByType DEFLATE application/javascript application/x-javascript
+AddOutputFilterByType DEFLATE application/javascript application/x-javascript text/javascript
 AddOutputFilterByType DEFLATE application/x-httpd-php
 AddOutputFilterByType DEFLATE application/xhtml+xml
 AddOutputFilterByType DEFLATE image/svg+xml
This page took 0.024817 seconds and 4 git commands to generate.