From da76459dc21b5af2449af2d36eb95226cb186ce2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:35:11 +0200 Subject: Adding upstream version 2.6.12. Signed-off-by: Daniel Baumann --- tests/conf/test-timeout.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/conf/test-timeout.cfg (limited to 'tests/conf/test-timeout.cfg') diff --git a/tests/conf/test-timeout.cfg b/tests/conf/test-timeout.cfg new file mode 100644 index 0000000..ebaea7d --- /dev/null +++ b/tests/conf/test-timeout.cfg @@ -0,0 +1,27 @@ +# 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 + option 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 -- cgit v1.2.3