Merge pull request #6311 from nextcloud/docker-socket-proxy-fix-for-agent

Docker-socket-proxy: Update haproxy.cfg to fix timeouts
This commit is contained in:
Simon L. 2025-04-17 13:39:38 +02:00 committed by GitHub
commit c8f942e834
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 10s
timeout client 10s
timeout server 10s
timeout connect 30s
timeout client 30s
timeout server 1800s
frontend http
mode http