From dfb86efc652e509c9ec0dfd39c1d347154fe7a69 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 19 Dec 2025 22:53:10 +0000 Subject: [PATCH] Update docs/Caddy.md --- docs/Caddy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Caddy.md b/docs/Caddy.md index f9a4451..95950e2 100644 --- a/docs/Caddy.md +++ b/docs/Caddy.md @@ -60,7 +60,7 @@ The above setup allows unauthenticated access to certain files, then implements When you setup a separate subdomain for the authentication site, just add to your config another section for the auth host: -``` +```caddyfile auth.example.com { reverse_proxy :4401 }