CLEANUP: examples: shut up warnings in transparent proxy example

Just add some missing timeouts.
This commit is contained in:
Willy Tarreau 2015-10-13 15:46:50 +02:00
parent e2daab49ab
commit 29e7aca645

View File

@ -6,6 +6,11 @@
# #
global global
defaults
timeout client 30s
timeout server 30s
timeout connect 30s
frontend MyFrontend frontend MyFrontend
bind 192.168.1.22:80 bind 192.168.1.22:80
default_backend TransparentBack_http default_backend TransparentBack_http