Update haproxy.cfg

And since i forgott the 1800 and went with 30, 30, 30 here now the correct values. 

Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
This commit is contained in:
Bastian Derigs 2025-04-17 10:49:38 +02:00 committed by GitHub
parent f4b5dbe005
commit 3f1c2384b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@ global
maxconn 10
defaults
timeout connect 60s
timeout client 60s
timeout server 60s
timeout connect 30s
timeout client 30s
timeout server 1800s
frontend http
mode http