健康检查接口默认类型

This commit is contained in:
05412 2024-08-22 09:13:23 +08:00
parent c69852fdc0
commit 0ee9a012f0

View File

@ -48,7 +48,7 @@ http {
}
location /health {
add_header Content-Type text/plain;
default_type text/plain;
access_log off;
return 200 "OK";
}