website/docs: update nginx ingress docs again

closes #2235

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-02-13 14:48:47 +01:00
parent e5a393c534
commit ff7320b0f8
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@ metadata:
https://app.company/akprox/start
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header X-Forwarded-Host $http_host;
```