X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a5b4062176b9c69f22d65e7281c1a924c3a714f2..1a062eb5304d0ef835313e5948053fcdccf20ecf:/cookbooks/apache/templates/default/deflate.conf.erb diff --git a/cookbooks/apache/templates/default/deflate.conf.erb b/cookbooks/apache/templates/default/deflate.conf.erb index a418736e7..9f9bda5f9 100644 --- a/cookbooks/apache/templates/default/deflate.conf.erb +++ b/cookbooks/apache/templates/default/deflate.conf.erb @@ -1,15 +1,14 @@ # DO NOT EDIT - This file is being maintained by Chef - - # 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 application/x-javascript application/javascript application/ecmascript - AddOutputFilterByType DEFLATE application/rss+xml - AddOutputFilterByType DEFLATE application/xml - AddOutputFilterByType DEFLATE image/svg+xml - + + 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 + AddOutputFilterByType DEFLATE image/svg+xml + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet