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
1 changed files with 5 additions and 0 deletions

View 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