Move forward auth under /admin/api/forward

This commit is contained in:
Leo Vasanko
2025-09-02 15:03:39 -06:00
parent cbf6223d4b
commit dd20e7e7f8
4 changed files with 22 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
(auth) {
# Permission check (named arg: perm=...)
forward_auth localhost:4401 {
uri /auth/forward-auth?{args.0}
uri /auth/api/forward?{args.0}
copy_headers x-auth-*
}
}