We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed8995 commit 6387dc9Copy full SHA for 6387dc9
waf/config.lua
@@ -3,7 +3,7 @@
3
--waf status
4
config_waf_enable = "on"
5
--log dir
6
-config_log_dir = "/tmp/waf_logs"
+config_log_dir = "/tmp"
7
--rule setting
8
config_rule_dir = "/usr/local/openresty/nginx/conf/waf/rule-config"
9
--enable/disable white url
@@ -29,7 +29,7 @@ config_post_check = "on"
29
--config waf output redirect/html
30
config_waf_output = "html"
31
--if config_waf_output ,setting url
32
-config_waf_redirect_url = "http://www.baidu.com"
+config_waf_redirect_url = "https://www.unixhot.com"
33
config_output_html=[[
34
<html>
35
<head>
0 commit comments