mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 17:23:40 +02:00
CLEANUP: examples: shut up warnings in transparent proxy example
Just add some missing timeouts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user