From 792272a4783f87c0e71c42c88df80a9c67a56e88 Mon Sep 17 00:00:00 2001 From: Talon Date: Tue, 22 Apr 2025 00:08:42 +0200 Subject: [PATCH] Update example caddyfile --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 4e2cc46..329d6d1 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,5 +1,5 @@ mud.iamtalon.me { - # For all WebSocket requests to /mud-ws, proxy to the WebSocket server on port 3001 + # For WebSocket requests to /mud-ws, proxy to the WebSocket server on port 3001 @websocket { path /mud-ws* }