fix(haproxy): timeout tunnel 1h für WebSocket/noVNC
Proxmox-Console-Spinner-Bug — nach HTTP-Upgrade greift timeout tunnel statt client/server. Default war fehlend → fiel auf timeout server 60s zurück und kappte WS-Verbindungen. 1h hält Console-Sessions, SSH-WS- Tunnel und ähnliche langlebige Streams stabil. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,10 @@ defaults
|
||||
timeout client 60s
|
||||
timeout server 60s
|
||||
timeout http-request 10s
|
||||
# WebSocket/long-poll: nach HTTP-Upgrade greift `timeout tunnel`
|
||||
# statt client/server-timeout. 1h hält Proxmox-noVNC + VS-Code-
|
||||
# SSH-Tunnel + andere langlebige Streams offen.
|
||||
timeout tunnel 1h
|
||||
|
||||
# ── Public :80 ─────────────────────────────────────────────────────────
|
||||
# ACME-01 challenges proxy to edgeguard-api which serves the webroot.
|
||||
|
||||
Reference in New Issue
Block a user