<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hello,</div><div>I am looking at how to use nginx's resolver directive (http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver) to address this one issue i am facing. I have a host for which there is already an entry in the system DNS resolver (verified using nslookup/dig) but when i specify the same host in the proxy_pass directive inside a location block, i get the following error thrown in nginx.log</div><div><strong>015/01/05 14:24:13 [error] 22560#0: *5 no resolver defined to resolve ...</strong><br></div><div><br data-mce-bogus="1"></div><div>Seems like nginx is not falling back to the system DNS resolver in case the 'resolver' directive is not used. Isn't this incorrect behaviour ?</div><div><br data-mce-bogus="1"></div><div>Thanks</div><div>-Kunal</div><div><br data-mce-bogus="1"></div></div></body></html>