X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f2fb9bfa575dfe8de24a4153333e033860270780..92b88efbe7ee95a026edcca9ff33ee76d26f8901:/cookbooks/apache/templates/default/brotli.conf.erb diff --git a/cookbooks/apache/templates/default/brotli.conf.erb b/cookbooks/apache/templates/default/brotli.conf.erb index 7000e590e..3bf3dfcd2 100644 --- a/cookbooks/apache/templates/default/brotli.conf.erb +++ b/cookbooks/apache/templates/default/brotli.conf.erb @@ -1,12 +1,14 @@ # DO NOT EDIT - This file is being maintained by Chef - - - AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml - AddOutputFilterByType BROTLI_COMPRESS text/css - AddOutputFilterByType BROTLI_COMPRESS application/x-javascript application/javascript application/ecmascript - AddOutputFilterByType BROTLI_COMPRESS application/rss+xml - AddOutputFilterByType BROTLI_COMPRESS application/xml - AddOutputFilterByType BROTLI_COMPRESS image/svg+xml - + + + AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript + AddOutputFilterByType BROTLI_COMPRESS application/x-javascript application/javascript application/ecmascript + AddOutputFilterByType BROTLI_COMPRESS application/rss+xml + AddOutputFilterByType BROTLI_COMPRESS application/wasm + AddOutputFilterByType BROTLI_COMPRESS application/xml + AddOutputFilterByType BROTLI_COMPRESS image/svg+xml + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet