Tweaks to set up more hostnames
[sysconfig/apache2.git] / mods-available / deflate.conf
index 91d7f332c86ed5665f7cbd0cfcf53e4a754357ec..e891e03c41b9074913639426d1cac6a1e11ebb42 100644 (file)
@@ -1,12 +1,9 @@
 <IfModule mod_deflate.c>
        <IfModule mod_filter.c>
-               # these are known to be safe with MSIE 6
-               AddOutputFilterByType DEFLATE text/html text/plain text/xml
-
-               # everything else may cause problems with MSIE 6
-               AddOutputFilterByType DEFLATE text/css
+               AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
                AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
                AddOutputFilterByType DEFLATE application/rss+xml
+               AddOutputFilterByType DEFLATE application/wasm
                AddOutputFilterByType DEFLATE application/xml
        </IfModule>
 </IfModule>