From 2a12ad6fc1dc2ce032ad7e0dfe229fa9805c0e6f Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 25 Nov 2024 15:08:24 +0200 Subject: [PATCH] uh --- services/website/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/website/Caddyfile b/services/website/Caddyfile index b7de4bf..d01741a 100644 --- a/services/website/Caddyfile +++ b/services/website/Caddyfile @@ -1,13 +1,13 @@ { layer4 { :222 { - @a ssh + @a ssh route @a { proxy 10.24.1.9:222 } } :64738 { - route * { + route @a { proxy 10.24.1.4:64738 } }