File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
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;
You can’t perform that action at this time.
0 commit comments