From e2670077da5d14dd993347970f1223305e3a1510 Mon Sep 17 00:00:00 2001 From: rafapolo Date: Sat, 28 Mar 2026 12:38:20 +0100 Subject: [PATCH] fix: simplify Caddyfile handle directives --- Caddyfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Caddyfile b/Caddyfile index f21236e..23df4b4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -7,15 +7,10 @@ @ask_host { host ask.xn--2dk.xyz } - @ask_websocket { + @ask_ws { header Connection *Upgrade* header Upgrade websocket } - handle @ask_host @ask_websocket { - reverse_proxy localhost:7682 { - flush_interval -1 - } - } handle @ask_host { reverse_proxy localhost:7682 { flush_interval -1