X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4f1617464b921bab1b1d09e889936dabf0a3e4b0..f2fb9bfa575dfe8de24a4153333e033860270780:/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 new file mode 100644 index 000000000..7000e590e --- /dev/null +++ b/cookbooks/apache/templates/default/brotli.conf.erb @@ -0,0 +1,12 @@ +# 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 + +