Setting 300s timeout values in haproxy global template.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
global
|
||||
log stdout format raw local0 debug
|
||||
defaults
|
||||
timeout client 30s
|
||||
timeout server 30s
|
||||
timeout connect 5s
|
||||
timeout client 300s
|
||||
timeout server 300s
|
||||
timeout connect 60s
|
||||
mode http
|
||||
option redispatch
|
||||
option http-server-close
|
||||
|
Reference in New Issue
Block a user