Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

View 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