diff --git a/root/defaults/nginx/authentik-location.conf b/root/defaults/nginx/authentik-location.conf index a2c32f3..f36487d 100644 --- a/root/defaults/nginx/authentik-location.conf +++ b/root/defaults/nginx/authentik-location.conf @@ -1,5 +1,5 @@ ## Version 2022/08/20 -# 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 ############################## # authentik-specific config @@ -20,4 +20,4 @@ proxy_set_header X-authentik-groups $authentik_groups; proxy_set_header X-authentik-email $authentik_email; proxy_set_header X-authentik-name $authentik_name; - proxy_set_header X-authentik-uid $authentik_uid; \ No newline at end of file + proxy_set_header X-authentik-uid $authentik_uid;