Redirect auth-denied users to /admin login page instead of homepage
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 23s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -246,7 +246,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location @auth_denied {
|
location @auth_denied {
|
||||||
return 302 /;
|
return 302 /admin;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /searxng {
|
location /searxng {
|
||||||
|
|||||||
Reference in New Issue
Block a user