健康检查接口默认类型
This commit is contained in:
parent
c69852fdc0
commit
0ee9a012f0
@ -48,7 +48,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /health {
|
location /health {
|
||||||
add_header Content-Type text/plain;
|
default_type text/plain;
|
||||||
access_log off;
|
access_log off;
|
||||||
return 200 "OK";
|
return 200 "OK";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user