From 0b038edb4a886e4c98d6153242395137a7dded84 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Wed, 8 Feb 2023 09:26:46 -0600 Subject: [PATCH] Update authentik-server.conf.sample --- root/defaults/nginx/authentik-server.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/nginx/authentik-server.conf.sample b/root/defaults/nginx/authentik-server.conf.sample index cfed2d3..4e69904 100644 --- a/root/defaults/nginx/authentik-server.conf.sample +++ b/root/defaults/nginx/authentik-server.conf.sample @@ -37,5 +37,5 @@ location @goauthentik_proxy_signin { ## * restart the swag container #set $authentik_backend authentik.example.com; - return 302 https://$authentik_backend/authentik/?rd=$target_url; + return 302 https://$authentik_backend/outpost.goauthentik.io/start?rd=$target_url; }