ssplyh 发表于 2018-11-17 09:31:31

apache系列(域名防欺诈)

  去除LoadModule deflate_module modules/mod_deflate.so前面的#号。
  在主conf的末尾增加(一般是全局开始,如果需要根据域名进行配置,需要在虚拟域名的conf中配置):
  
  DeflateCompressionLevel 9
  AddOutputFilterByType DEFLATEtext/html text/plain text/xml text/css text/javascript application/javascript
  

页: [1]
查看完整版本: apache系列(域名防欺诈)