用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
834 B

# This is a test configuration.
# It is used to check that time units are correctly parsed.
global
maxconn 1000
stats timeout 3s
listen sample1
mode http
retries 1
redispatch
timeout client 15m
timeout http-request 6s
timeout tarpit 20s
timeout queue 60s
timeout connect 5s
timeout server 15m
maxconn 40000
bind :8000
balance roundrobin
option allbackups
server act1 127.0.0.1:80 weight 10 check port 81 inter 500ms fall 1
server act2 127.0.0.2:80 weight 20 check port 81 inter 500ms fall 1
server act3 127.0.0.3:80 weight 30 check port 81 inter 500ms fall 1
option httpclose
stats uri /stats
stats refresh 5000ms