From 29e7aca645464a8b9a26a5e0b614b20bfaa0bc55 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 13 Oct 2015 15:46:50 +0200 Subject: [PATCH] CLEANUP: examples: shut up warnings in transparent proxy example Just add some missing timeouts. --- examples/transparent_proxy.cfg | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3