From c686dfee478e61109e893b7e2562f26f5c76ed7a Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:17:42 -0500 Subject: [PATCH] Update authentik-server.conf --- root/defaults/nginx/authentik-server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/defaults/nginx/authentik-server.conf b/root/defaults/nginx/authentik-server.conf index b3fb941..8a57af8 100644 --- a/root/defaults/nginx/authentik-server.conf +++ b/root/defaults/nginx/authentik-server.conf @@ -1,5 +1,5 @@ ## Version 2022/09/22 -# Make sure that your authentik container is in the same user defined bridge network and is named authentik +# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server # all requests to /outpost.goauthentik.io must be accessible without authentication location /outpost.goauthentik.io { @@ -22,4 +22,4 @@ return 302 /outpost.goauthentik.io/start?rd=$request_uri; # For domain level, use the below error_page to redirect to your authentik server with the full redirect path # return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri; - } \ No newline at end of file + }