Skip to content

Commit 3ba3ddd

Browse files
authored
Fix Nginx redirection
Signed-off-by: DanteMS <DanteMS@users.noreply.github.com>
1 parent 23faa0b commit 3ba3ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/add-secure-apps/providers/proxy/_nginx_proxy_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ location /outpost.goauthentik.io {
6666
location @goauthentik_proxy_signin {
6767
internal;
6868
add_header Set-Cookie $auth_cookie;
69-
return 302 /outpost.goauthentik.io/start?rd=$request_uri;
69+
return 302 /outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
7070
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
7171
# return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
7272
}

0 commit comments

Comments
 (0)