From 0fe55b2b629bfb8bb5e651a982f8dba31392b1a0 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 }