]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apache/templates/default/deflate.conf.erb
build(deps): bump kitchen-dokken from 2.20.6 to 2.20.7
[chef.git] / cookbooks / apache / templates / default / deflate.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 DEFLATE text/html text/plain text/xml text/css text/javascript
6                 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
7                 AddOutputFilterByType DEFLATE application/rss+xml
8                 AddOutputFilterByType DEFLATE application/wasm
9                 AddOutputFilterByType DEFLATE application/xml
10                 AddOutputFilterByType DEFLATE application/json
11                 AddOutputFilterByType DEFLATE image/svg+xml
12         </IfModule>
13 </IfModule>
14
15 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet