Initial commit.
This commit is contained in:
9
httpd/conf.d/mod_deflate.conf
Normal file
9
httpd/conf.d/mod_deflate.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user