Skip to content

Commit 563ae7e

Browse files
authored
chore: authentik/authelia consistency
Signed-off-by: GitHub <[email protected]>
1 parent 8caf2a1 commit 563ae7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/defaults/nginx/authentik-server.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2023/04/27 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
1+
## Version 2025/03/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
22
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
33
# Rename /config/nginx/proxy-confs/authentik.subdomain.conf.sample to /config/nginx/proxy-confs/authentik.subdomain.conf
44

@@ -19,7 +19,7 @@ location = /outpost.goauthentik.io/auth/nginx {
1919
include /config/nginx/proxy.conf;
2020
include /config/nginx/resolver.conf;
2121
set $upstream_authentik authentik-server;
22-
proxy_pass http://$upstream_authentik:9000;
22+
proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io/auth/nginx;
2323

2424
## Include the Set-Cookie header if present
2525
auth_request_set $set_cookie $upstream_http_set_cookie;

0 commit comments

Comments
 (0)