From 0ee9a012f0dc94f6f0965e665a79f3c8be5345e0 Mon Sep 17 00:00:00 2001 From: 05412 Date: Thu, 22 Aug 2024 09:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=BB=98=E8=AE=A4=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f5ba9a1..71b8707 100644 --- a/nginx.conf +++ b/nginx.conf @@ -48,7 +48,7 @@ http { } location /health { - add_header Content-Type text/plain; + default_type text/plain; access_log off; return 200 "OK"; }