mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-31 02:22:07 +00:00
CLEANUP: examples: shut up warnings in transparent proxy example
Just add some missing timeouts.
This commit is contained in:
parent
e2daab49ab
commit
29e7aca645
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user