<div dir="ltr"><div>Hi,</div><div><br></div><div>Thanks for the response :)</div><div><br></div><div>But, if I remove all the DNS servers from my resolv.conf then, the 
nameserver configured by the "resolver" directive is been used while 
parsing the configuration. Is this an expected behavior?</div><div><br></div><div>Thanks,</div><div>Shanthu</div><div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 27, 2018 at 7:00 PM Maxim Dounin <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Mon, Aug 27, 2018 at 06:56:01PM +0530, Sharan J wrote:<br>
<br>
> Hi,<br>
> <br>
> Sample conf:<br>
> <br>
>     http{<br>
>     resolver x.x.x.x;<br>
>     server {<br>
>     server_name _;<br>
>     location / {<br>
>     proxy_pass <a href="http://somedomain.com" rel="noreferrer" target="_blank">http://somedomain.com</a>;<br>
>     }<br>
>     }<br>
> <br>
> I have nameservers configured in my resolv.conf. But, <a href="http://somedomain.com" rel="noreferrer" target="_blank">somedomain.com</a> will<br>
> be configured in x.x.x.x DNS server only. So, I have specified resolver in<br>
> my nginx.conf. However, during startup/reload I get "host not found in<br>
> upstream error". Why nginx is not considering resolver conf and searches<br>
> only in the nameservers configured in resolv.conf?<br>
<br>
Names as written in the configuration are resolved while parsing <br>
the configuration using the system resolver.  DNS servers defined <br>
by the "resolver" directive are only used for dynamic / run-time <br>
name resolution - for example, when variables are used in the <br>
"proxy_pass" directive.<br>
<br>
-- <br>
Maxim Dounin<br>
<a href="http://mdounin.ru/" rel="noreferrer" target="_blank">http://mdounin.ru/</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div></div>