outposts/proxy: add X-Forwarded-Host since Host now gets changed by the proxy

closes #2284

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-02-10 23:09:55 +01:00
parent cc42830e23
commit 1f838bb2aa
4 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,12 @@ Besides these user-specific headers, some application specific headers are also
The authentik outpost's version.
### Only in proxy mode
- X-Forwarded-Host:
The original Host header sent by the client. This is set as the `Host` header is set to the host of the configured backend.
## HTTPS
The outpost listens on both 9000 for HTTP and 9443 for HTTPS.