blob: 7053f5c28ff9598f06ee5fe628a208caad4e6c21 [file] [log] [blame]
Willy Tarreaue219db72007-12-03 01:30:13 +01001# This is a test configuration.
2# It is used to check that time units are correctly parsed.
3
4global
5 maxconn 1000
6 stats timeout 3s
7
8listen sample1
9 mode http
10 retries 1
11 redispatch
12 timeout client 15m
13 timeout tarpit 20s
14 timeout queue 60s
15 timeout connect 5s
16 timeout server 15m
17 maxconn 40000
18 bind :8000
19 balance roundrobin
20 option allbackups
21 server act1 127.0.0.1:80 weight 10 check port 81 inter 500ms fall 1
22 server act2 127.0.0.2:80 weight 20 check port 81 inter 500ms fall 1
23 server act3 127.0.0.3:80 weight 30 check port 81 inter 500ms fall 1
24 option httpclose
25 stats uri /stats
26 stats refresh 5000ms