X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/62ed7554ffd14a0b04998923fa179e26c8caa1df..1c051f32360fe3860cd9d83fcc955ee5cac19653:/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