proxyauth: also preserve request uri for proxyauth addon apps

This commit is contained in:
Johannes Zellner
2024-06-11 19:15:58 +02:00
parent 9d258d33cf
commit 57bf3709f3
+2 -1
View File
@@ -320,7 +320,8 @@ server {
if ($http_user_agent ~* "container") {
return 401;
}
return 302 "/login";
return 302 /login?redirect=$request_uri;
}
location <%= proxyAuth.location %> {