From f389bffe18cb17cceda17a55e318c7c8ad1d55e9 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 25 Nov 2024 15:11:10 +0200 Subject: [PATCH] huh --- services/website/Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/website/Caddyfile b/services/website/Caddyfile index d01741a..0502e22 100644 --- a/services/website/Caddyfile +++ b/services/website/Caddyfile @@ -7,7 +7,8 @@ } } :64738 { - route @a { + @secure tls + route @secure { proxy 10.24.1.4:64738 } }