]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apache/templates/default/brotli.conf.erb
7000e590e6c4cbe4a3657cb1d581a06406e09f05
[chef.git] / cookbooks / apache / templates / default / brotli.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <IfModule mod_deflate.c>
4         <IfModule mod_filter.c>
5                 AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml
6                 AddOutputFilterByType BROTLI_COMPRESS text/css
7                 AddOutputFilterByType BROTLI_COMPRESS application/x-javascript application/javascript application/ecmascript
8                 AddOutputFilterByType BROTLI_COMPRESS application/rss+xml
9                 AddOutputFilterByType BROTLI_COMPRESS application/xml
10                 AddOutputFilterByType BROTLI_COMPRESS image/svg+xml
11         </IfModule>
12 </IfModule>