From c0ec5ded0421d030f5e45f8420c94a630962a472 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 23 Feb 2026 19:16:57 -0500 Subject: [PATCH] Fix socket.io connection for reverse proxy deployments Replace deprecated document.domain + port construction with io() which auto-connects to the serving host regardless of proxy setup. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 3f90ee3..e9146cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -63,7 +63,7 @@