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 $redirect on;
set $attackLog on;
set $CCDeny on;
set $urlWhiteAllow on;
set $urlBlockDeny on;
set $argsDeny on;
set $postDeny on;
set $cookieDeny on;
set $fileExtDeny on;
set $ipBlockDeny on;
set $ipWhiteAllow on;
set $CCDeny off;
set $urlWhiteAllow off;
set $urlBlockDeny off;
set $argsDeny off;
set $postDeny off;
set $cookieDeny off;
set $fileExtDeny off;
set $ipBlockDeny off;
set $ipWhiteAllow off;
location ~ /.well-known/acme-challenge {