RottenLeaf24
RottenLeaf24
在主机上使用curl去访问后端接口是可以正常返回数据的,但是但是健康检查直接返回fail,经过测试返回的响应码应该是4xx。 upstream配置如下: ``` upstream testapi { server ip:port; check interval=5000 rise=3 fall=5 timeout=1000 type=http; check_http_send "GET /v1/chain/get_info HTTP/1.1\r\n\r\n"; check_http_expect_alive http_2xx; } ``` ``` nginx version: nginx/1.17.1 patch:check_1.16.1+.patch ``` 不知道是不是版本兼容的问题?
With our again and again backup operations,the pitreos store directory will got larger.So I want delete the old version of pitreos backup.But It seems have no method for this operation.What...