comment some unuse conifg

pull/63/head
ibuler 2016-06-19 10:57:31 +08:00
parent fb0f32b9ec
commit 6c55cdb943
1 changed files with 13 additions and 13 deletions

View File

@ -1,19 +1,19 @@
debug = false
rule_path = "/data/server/nginx/conf/waf/wafconf/"
url_check = false
url_write_check = false
args_check = false
ua_check = false
ua_write_check = false
cookie_check = false
post_check = false
-- rule_path = "/data/server/nginx/conf/waf/wafconf/"
-- url_check = false
-- url_write_check = false
-- args_check = false
-- ua_check = false
-- ua_write_check = false
-- cookie_check = false
-- post_check = false
black_file_ext = {"php", "jsp"}
attack_log = false
attach_log_dir = "/data/logs/waf/"
-- black_file_ext = {"php", "jsp"}
-- attack_log = false
-- attach_log_dir = "/data/logs/waf/"
redirect = false
redirect_url = "http://www.baidu.com"
-- redirect = false
-- redirect_url = "http://www.baidu.com"
ip_check = false
ip_white_list = {} -- {'192.168.1.*', '127.0.0.1'}
ip_black_list = {} -- {'0.0.0.0', '106.2.34.29'}