Skip to content

Commit

Permalink
Fix Nginx redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteMS authored Feb 2, 2025
1 parent 7686d12 commit a1a6256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ server {
location @goauthentik_proxy_signin {
internal;
add_header Set-Cookie $auth_cookie;
return 302 /outpost.goauthentik.io/start?rd=$request_uri;
return 302 /outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
# return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
}
Expand Down

0 comments on commit a1a6256

Please sign in to comment.