File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
3
3
# Rename /config/nginx/proxy-confs/authentik.subdomain.conf.sample to /config/nginx/proxy-confs/authentik.subdomain.conf
4
4
@@ -19,7 +19,7 @@ location = /outpost.goauthentik.io/auth/nginx {
19
19
include /config/nginx/proxy.conf;
20
20
include /config/nginx/resolver.conf;
21
21
set $upstream_authentik authentik-server;
22
- proxy_pass http://$upstream_authentik:9000;
22
+ proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io/auth/nginx ;
23
23
24
24
## Include the Set-Cookie header if present
25
25
auth_request_set $set_cookie $upstream_http_set_cookie;
You can’t perform that action at this time.
0 commit comments