Drop header_up Host from forward_auth so Authentik sees X-Forwarded-Host

This commit is contained in:
claudio
2026-04-22 01:00:27 +02:00
parent a767cbf034
commit cb124a1cd2

View File

@@ -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}
}
}
}