-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngx_http_upstream_jdomain_module: resolver failed, "xxxxx.web.com" (110: Operation timed out) #92
Comments
https://github.com/nginx/nginx/blob/master/src/core/ngx_resolver.c "unexpected DNS response for" error |
@nicholaschiasson can you check it? |
Hi @zhongcy , can you provide a bit more well formatted details?
Also note that some time in the coming year, I will be archiving this repo since the (better) feature is coming to nginx stable release. See #88 |
OK, thanks for share this infos, |
I will close this issue then. Thank you! |
ERROR:
conf:
use default resolver_timeout :
`Default: | resolver_timeout 30s;
upstream xxx {jdomain xxxxx.web.com interval=60; keepalive 8;}
`
jdomain code :
logic is in :
ngx_upstream_jdomain/src/ngx_http_upstream_jdomain_module.c
Line 295 in 6c0cc3a
why jdomain have this error?
The text was updated successfully, but these errors were encountered: