Update authentik-server.conf.sample

This commit is contained in:
Eric Nemchik
2023-02-08 09:26:46 -06:00
committed by GitHub
parent cba7e6703c
commit 0b038edb4a

View File

@@ -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;
}