Added units to haproxy.cfg default timeouts

I added unit 's' (second) to the default timeouts in order to make them more readable.

Change-type: patch
This commit is contained in:
Frederic Tausch 2020-03-25 19:54:38 +01:00 committed by Langhalsdino
parent 17419557a5
commit de0293563f

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