website/docs: Fix Caddy forward auth example (#13726)

This commit is contained in:
garar
2025-03-30 20:28:11 +02:00
committed by GitHub
parent 35ff418c42
commit 22f30634a8

View File

@ -28,6 +28,6 @@ If you're trying to proxy to an upstream over HTTPS, you need to set the `Host`
```conf
reverse_proxy /outpost.goauthentik.io/* https://outpost.company {
header_up Host {http.reverse_proxy.upstream.hostport}
header_up Host {http.reverse_proxy.upstream.host}
}
```