backing up shopserver1p apache config
[eostre.git] / drupal-configs / apache2 / mods-available / deflate.conf
1 <IfModule mod_deflate.c>
2 <IfModule mod_filter.c>
3 AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
4 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
5 AddOutputFilterByType DEFLATE application/rss+xml
6 AddOutputFilterByType DEFLATE application/xml
7 </IfModule>
8 </IfModule>
9
10 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet