diff --git a/plugins/op_waf/index.py b/plugins/op_waf/index.py index cbb1b83a6..75e90f1d2 100755 --- a/plugins/op_waf/index.py +++ b/plugins/op_waf/index.py @@ -570,7 +570,7 @@ def reload(): mw.opWeb('stop') makeOpDstRunLua(True) - autoMakeConfig(True, True) + autoMakeConfig(True, False) elog = mw.getServerDir() + "/openresty/nginx/logs/error.log" if os.path.exists(elog):