From cb124a1cd278d81fa5455012aa5129579767cc79 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 22 Apr 2026 01:00:27 +0200 Subject: [PATCH] Drop header_up Host from forward_auth so Authentik sees X-Forwarded-Host --- Caddyfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index f4f9366..295d28d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -9,7 +9,6 @@ uri /outpost.goauthentik.io/auth/caddy copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version trusted_proxies private_ranges - header_up Host {upstream_hostport} } } }