Setting 300s timeout values in haproxy global template.

This commit is contained in:
2022-06-23 11:26:52 +00:00
parent 93c007b73a
commit 319ef1a381

View File

@@ -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