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