Files
zira-etc/httpd/conf.d/mod_deflate.conf
2021-05-24 22:18:33 +03:00

10 lines
269 B
Plaintext

# load mod_deflate apache module
LoadModule deflate_module modules/mod_deflate.so
# mod_deflate compression settings
AddOutputFilterByType DEFLATE application/xml text/html text/plain text/xml text/css
DeflateCompressionLevel 7
DeflateMemLevel 8
DeflateWindowSize 10