You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
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 .