]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apache/templates/default/deflate.conf.erb
Remove legacy certificate support
[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                 # these are known to be safe with MSIE 6
6                 AddOutputFilterByType DEFLATE text/html text/plain text/xml
7
8                 # everything else may cause problems with MSIE 6
9                 AddOutputFilterByType DEFLATE text/css
10                 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
11                 AddOutputFilterByType DEFLATE application/rss+xml
12                 AddOutputFilterByType DEFLATE application/xml
13                 AddOutputFilterByType DEFLATE image/svg+xml
14         </IfModule>
15 </IfModule>