diff --git a/Caddyfile b/Caddyfile index 454e834..f853c1b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -8,6 +8,16 @@ stargirlnails.de { health_uri /health health_interval 30s health_timeout 5s + + # Timeouts für lange laufende Verbindungen (Live-Queries) + transport http { + read_timeout 0 + write_timeout 0 + dial_timeout 30s + } + + # Buffer-Flush für Server-Sent Events (SSE) aktivieren + flush_interval -1 } # Sicherheits-Header