ngx_upstream_jdomain
ngx_upstream_jdomain copied to clipboard
if fail_timeout,max_fails,weight still works with jdomain module
hi folks
#define NGX_JDOMAIN_DEFAULT_SERVER_FAIL_TIMEOUT 10
#define NGX_JDOMAIN_DEFAULT_SERVER_MAX_FAILS 1
#define NGX_JDOMAIN_DEFAULT_SERVER_WEIGHT 1
#define NGX_JDOMAIN_DEFAULT_PORT 80
#define NGX_JDOMAIN_DEFAULT_PORT_LEN 2
we find that fail_timeout,max_fails,weight these four dispositions never change, if these still work?, will jdomain support in the future? Thx