diff --git a/ngnix.conf b/ngnix.conf index 2498c03..dd41201 100644 --- a/ngnix.conf +++ b/ngnix.conf @@ -18,7 +18,7 @@ server { listen 80; server_name gitea.redpowerfuture.com; if ($badbot) { - return 403; + return 444; } return 301 https://$host$request_uri; }