From 47a6958fb39f4331ecd8a62c7192ebf11f5184ee Mon Sep 17 00:00:00 2001 From: just-mn Date: Sun, 19 Apr 2026 14:37:08 +0000 Subject: [PATCH] update caddyfile --- Caddyfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Caddyfile b/Caddyfile index 6fce2a4..c67c390 100644 --- a/Caddyfile +++ b/Caddyfile @@ -20,4 +20,12 @@ just-mn.dev { calenbar.just-mn.dev { reverse_proxy :2347 +} + +auth.example.com { + reverse_proxy :2347 +} + +dash.auth.example.com { + reverse_proxy :2347 } \ No newline at end of file