From 1bdef0efd662cd542939fce9a5de3141b6e9d7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Wed, 8 Jul 2026 10:57:22 +0800 Subject: [PATCH] =?UTF-8?q?ng=E4=BB=A3=E7=90=86minio=E6=94=AF=E6=8C=81webs?= =?UTF-8?q?ocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngnix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }