From c3aeefa653e3dc311ba52c8b0ad85fcb70cbedde Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 30 Nov 2021 11:21:14 +0100 Subject: [PATCH] website/docs: fix wrong placeholder Signed-off-by: Jens Langhammer --- website/docs/providers/proxy/_traefik_compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/proxy/_traefik_compose.md b/website/docs/providers/proxy/_traefik_compose.md index e3ed153ca..25564f07a 100644 --- a/website/docs/providers/proxy/_traefik_compose.md +++ b/website/docs/providers/proxy/_traefik_compose.md @@ -48,7 +48,7 @@ services: traefik.http.routers.authentik.rule: Host(`app.company`) && PathPrefix(`/akprox/`) traefik.http.routers.authentik.entrypoints: https traefik.http.routers.authentik.tls: true - traefik.http.middlewares.authentik.forwardauth.address: http://app.company:9000/akprox/auth/traefik + traefik.http.middlewares.authentik.forwardauth.address: http://outpost.company:9000/akprox/auth/traefik traefik.http.middlewares.authentik.forwardauth.trustForwardHeader: true traefik.http.middlewares.authentik.forwardauth.authResponseHeaders: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid restart: unless-stopped