Merge pull request #75 from Langhalsdino/patch-1

Add units to the default timeouts in haproxy.cfg
This commit is contained in:
dfunckt 2020-04-03 16:54:57 +03:00 committed by GitHub
commit b99e497ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ global
tune.ssl.default-dh-param 1024
defaults
timeout connect 5000
timeout client 50000
timeout server 50000
timeout connect 5s
timeout client 50s
timeout server 50s
frontend http-in
mode http