proxyauth: also preserve request uri for proxyauth addon apps
This commit is contained in:
+2
-1
@@ -320,7 +320,8 @@ server {
|
||||
if ($http_user_agent ~* "container") {
|
||||
return 401;
|
||||
}
|
||||
return 302 "/login";
|
||||
|
||||
return 302 /login?redirect=$request_uri;
|
||||
}
|
||||
|
||||
location <%= proxyAuth.location %> {
|
||||
|
||||
Reference in New Issue
Block a user