X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a5b4062176b9c69f22d65e7281c1a924c3a714f2..0027d0084da35d700e08b77d42a6e2e7e61655d1:/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..915d4b396 100644 --- a/cookbooks/apache/templates/default/deflate.conf.erb +++ b/cookbooks/apache/templates/default/deflate.conf.erb @@ -1,15 +1,15 @@ # 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 application/json + AddOutputFilterByType DEFLATE image/svg+xml + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet