Redirect auth-denied users to /admin login page instead of homepage
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:
2026-04-12 22:05:22 +01:00
parent c335bf14d6
commit 81f5fafb61

View File

@@ -246,7 +246,7 @@ http {
} }
location @auth_denied { location @auth_denied {
return 302 /; return 302 /admin;
} }
location /searxng { location /searxng {