feat: 默认waf相关全部关闭

pull/72/head
zhengkunwang223 2022-12-09 10:17:41 +08:00 committed by zhengkunwang223
parent 690db783da
commit ea2c44341d
1 changed files with 9 additions and 9 deletions

View File

@ -20,15 +20,15 @@ server {
set $logdir /www/sites/domain/waf/log; set $logdir /www/sites/domain/waf/log;
set $redirect on; set $redirect on;
set $attackLog on; set $attackLog on;
set $CCDeny on; set $CCDeny off;
set $urlWhiteAllow on; set $urlWhiteAllow off;
set $urlBlockDeny on; set $urlBlockDeny off;
set $argsDeny on; set $argsDeny off;
set $postDeny on; set $postDeny off;
set $cookieDeny on; set $cookieDeny off;
set $fileExtDeny on; set $fileExtDeny off;
set $ipBlockDeny on; set $ipBlockDeny off;
set $ipWhiteAllow on; set $ipWhiteAllow off;
location ~ /.well-known/acme-challenge { location ~ /.well-known/acme-challenge {