From 8757c646f68c38a3eea785034fe030099557284c Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 16 Aug 2023 03:49:13 +0800 Subject: [PATCH] Update index.py --- plugins/op_waf/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):