We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23faa0b commit 3ba3dddCopy full SHA for 3ba3ddd
website/docs/add-secure-apps/providers/proxy/_nginx_proxy_manager.md
@@ -66,7 +66,7 @@ location /outpost.goauthentik.io {
66
location @goauthentik_proxy_signin {
67
internal;
68
add_header Set-Cookie $auth_cookie;
69
- return 302 /outpost.goauthentik.io/start?rd=$request_uri;
+ return 302 /outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
70
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
71
# return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
72
}
0 commit comments