commit | 29e7aca645464a8b9a26a5e0b614b20bfaa0bc55 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 13 15:46:50 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 13 16:47:16 2015 +0200 |
tree | c539f013416daadf3f44e4ce60680096d4cb3ded | |
parent | e2daab49aba3c15d0fa58094b7f88f0fdbad683a [diff] |
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 b9a881d..0ecb20d 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