another authelia auth endpoint adjustment

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik
2024-03-16 12:34:59 -05:00
parent a00d272297
commit a9391d07ee
2 changed files with 22 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
# location for authentik subfolder requests
location ^~ /outpost.goauthentik.io {
auth_request off; # requests to this subfolder must be accessible without authentication
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_authentik authentik-server;