1 # DO NOT EDIT - This file is being maintained by Chef
3 <IfModule mod_brotli.c>
4 <IfModule mod_filter.c>
5 AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript
6 AddOutputFilterByType BROTLI_COMPRESS application/x-javascript application/javascript application/ecmascript
7 AddOutputFilterByType BROTLI_COMPRESS application/rss+xml
8 AddOutputFilterByType BROTLI_COMPRESS application/wasm
9 AddOutputFilterByType BROTLI_COMPRESS application/xml
10 AddOutputFilterByType BROTLI_COMPRESS image/svg+xml
14 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet