mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
feat: 默认waf相关全部关闭
This commit is contained in:
parent
690db783da
commit
ea2c44341d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user