github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/deflate.conf (about) 1 <IfModule mod_deflate.c> 2 <IfModule mod_filter.c> 3 # these are known to be safe with MSIE 6 4 AddOutputFilterByType DEFLATE text/html text/plain text/xml 5 6 # everything else may cause problems with MSIE 6 7 AddOutputFilterByType DEFLATE text/css 8 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript 9 AddOutputFilterByType DEFLATE application/rss+xml 10 AddOutputFilterByType DEFLATE application/xml 11 </IfModule> 12 </IfModule> 13 14 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet