proxyauth: stash path and query for further use in the session

This commit is contained in:
Johannes Zellner
2024-06-11 18:00:07 +02:00
parent 9a04ee2d1f
commit 62e322c451
2 changed files with 14 additions and 2 deletions

View File

@@ -388,7 +388,7 @@ server {
return 401;
}
return 302 "/login";
return 302 /login?redirect=$request_uri;
}
location / {