ngx_upstream_jdomain icon indicating copy to clipboard operation
ngx_upstream_jdomain copied to clipboard

502 ERROR "no live upstreams while connecting to upstream" with keepalive

Open zhongcy opened this issue 10 months ago • 1 comments
trafficstars

I use keepalive with jdomain:

` keepalive_timeout 65; keepalive_requests 100;

upstream jdomain-upstream {jdomain test.my.com port=443 interval=60; keepalive 8;}`

but some time, requests get 502 "no live upstreams while connecting to upstream" error .

zhongcy avatar Jan 15 '25 06:01 zhongcy