Increase haproxy timeouts for attic

This commit is contained in:
Andreas Zweili 2024-04-18 09:19:17 +02:00
parent 74c0920cda
commit 89011fd757
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ in
server server1 127.0.0.1:4433 check
backend cache_server
mode tcp
timeout client 300s
timeout server 300s
server server1 10.7.89.150:443 check
'';
};