]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: examples: shut up warnings in transparent proxy example
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 13:46:50 +0000 (15:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:47:16 +0000 (16:47 +0200)
Just add some missing timeouts.

examples/transparent_proxy.cfg

index b9a881d7dd1a11ff932f27bac6b9d9a01ae0051d..0ecb20d4058fcc8d86af5090ae5f92ed0a455223 100644 (file)
@@ -6,6 +6,11 @@
 #
 
 global
+defaults
+       timeout client          30s
+       timeout server          30s
+       timeout connect         30s
+
 frontend MyFrontend
        bind    192.168.1.22:80
        default_backend         TransparentBack_http