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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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