tengine icon indicating copy to clipboard operation
tengine copied to clipboard

health-check for https 健康检查

Open hankai17 opened this issue 6 months ago • 0 comments

Why you need it?

支持https健康检查

How it could be?

捕获

Other related information

check interval=2000 rise=2 fall=2 timeout=2000 type=https server_name=www.xxx.com;
check_http_send "HEAD /yyy HTTP/1.0\r\n\r\n";
check_http_expect_alive http_2xx http_3xx;

tengine_notes

hankai17 avatar Aug 29 '24 02:08 hankai17