From: Willy Tarreau Date: Tue, 13 Oct 2015 13:46:50 +0000 (+0200) Subject: CLEANUP: examples: shut up warnings in transparent proxy example X-Git-Tag: v1.6.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29e7aca645464a8b9a26a5e0b614b20bfaa0bc55;p=thirdparty%2Fhaproxy.git CLEANUP: examples: shut up warnings in transparent proxy example Just add some missing timeouts. --- diff --git a/examples/transparent_proxy.cfg b/examples/transparent_proxy.cfg index b9a881d7dd..0ecb20d405 100644 --- a/examples/transparent_proxy.cfg +++ b/examples/transparent_proxy.cfg @@ -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