<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">There is no 'cache' per se, but rather remembered DNS results, much like you do when you deal with domain names to avoid putting to high a burden on NS resolvers.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">nginx resolves names on start or reload.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">The commercial version added a feature to update names periodically (<a href="http://nginx.org/en/docs/http/ngx_http_upstream_module.html#server">resolve option of the server directive in the upstream module</a>). However, FOSS nginx is stuck with 'static' names resolution.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br>The commercial version is said to be full-featured, having new features the FOSS version does not have and does not need... questionable when you see such 'degraded' features in FOSS, which the commercial version handles the right way. Political/Economical choices I suppose.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Sun, Apr 19, 2015 at 2:05 AM, xuhdev <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm using Nginx to act as a reverse proxy, where the backend is a name<br>
defined in /etc/hosts. However, Nginx does not react to the changes made in<br>
/etc/hosts until restarted. Is it possible to disable caching the names in<br>
/etc/hosts in reverse proxy?<br>
<br>
Thanks<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,258188,258188#msg-258188" target="_blank">http://forum.nginx.org/read.php?2,258188,258188#msg-258188</a><br>
<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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div>