2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: 默认不开启 WAF

This commit is contained in:
耗子
2023-12-24 15:11:04 +08:00
parent 51ec5e137b
commit 6a328c3a42
2 changed files with 2 additions and 2 deletions

View File

@@ -567,7 +567,7 @@ server
# php标记位结束
# waf标记位开始
waf on;
waf off;
waf_rule_path /www/server/openresty/ngx_waf/assets/rules/;
waf_mode DYNAMIC;
waf_cc_deny rate=1000r/m duration=60m;

View File

@@ -165,7 +165,7 @@ server
# php标记位结束
# waf标记位开始
waf on;
waf off;
waf_rule_path /www/server/openresty/ngx_waf/assets/rules/;
waf_mode DYNAMIC;
waf_cc_deny rate=1000r/m duration=60m;