mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 02:32:03 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user