<div dir="ltr"><div>Hi,</div><div><br></div><div>Sample conf:</div><div><br></div><div>    http{</div><div>    resolver x.x.x.x;<br></div><div>    server {</div><div>    server_name _;</div><div>    location / {</div><div>    proxy_pass <a href="http://somedomain.com">http://somedomain.com</a>;</div><div>    }</div><div>    }</div><div><br></div><div>I have nameservers configured in my resolv.conf. But, <a href="http://somedomain.com">somedomain.com</a> will be configured in x.x.x.x DNS server only. So, I have specified resolver in my nginx.conf. However, during startup/reload I get "host not found in upstream error". Why nginx is not considering resolver conf and searches only in the nameservers configured in resolv.conf?</div><div><br></div><div>Thanks,</div><div>Shanthu<br></div></div>