diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index e0a62f2..d4f1654 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -246,7 +246,7 @@ http { } location @auth_denied { - return 302 /; + return 302 /admin; } location /searxng {