proxyauth: stash path and query for further use in the session
This commit is contained in:
@@ -388,7 +388,7 @@ server {
|
||||
return 401;
|
||||
}
|
||||
|
||||
return 302 "/login";
|
||||
return 302 /login?redirect=$request_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user