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:
Debian
2026-05-11 21:31:28 +02:00
parent 8aac24b566
commit da35097041
6 changed files with 9 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ const NAV: NavSection[] = [
},
]
const VERSION = '1.0.49'
const VERSION = '1.0.50'
export default function Sidebar({ isOpen, onClose }: SidebarProps) {
const { t } = useTranslation()