github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/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 text/javascript 9 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript 10 AddOutputFilterByType DEFLATE application/rss+xml 11 AddOutputFilterByType DEFLATE application/xml 12 </IfModule> 13 </IfModule> 14 15 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet