Skip to content

Commit 6387dc9

Browse files
committed
修改日志目录路径
1 parent bed8995 commit 6387dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

waf/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--waf status
44
config_waf_enable = "on"
55
--log dir
6-
config_log_dir = "/tmp/waf_logs"
6+
config_log_dir = "/tmp"
77
--rule setting
88
config_rule_dir = "/usr/local/openresty/nginx/conf/waf/rule-config"
99
--enable/disable white url
@@ -29,7 +29,7 @@ config_post_check = "on"
2929
--config waf output redirect/html
3030
config_waf_output = "html"
3131
--if config_waf_output ,setting url
32-
config_waf_redirect_url = "http://www.baidu.com"
32+
config_waf_redirect_url = "https://www.unixhot.com"
3333
config_output_html=[[
3434
<html>
3535
<head>

0 commit comments

Comments
 (0)