<div dir="ltr">nginx only resolves hostname once on startup. See this workaround:<div><br></div><div><a href="https://github.com/DmitryFillo/nginx-proxy-pitfalls">https://github.com/DmitryFillo/nginx-proxy-pitfalls</a><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 26, 2018 at 8:47 PM basti <<a href="mailto:mailinglist@unix-solution.de">mailinglist@unix-solution.de</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>
inside a location I have a proxy_pass to a hostname with a dynamic IP<br>
for example<br>
<br>
location ^~ /example/ {<br>
        proxy_pass <a href="https://host1.dyndns.example.com" rel="noreferrer" target="_blank">https://host1.dyndns.example.com</a>;<br>
}<br>
<br>
getent hosts resolve the right IP.<br>
But in via nginx return a 504.<br>
<br>
When I reload nginx it work until IP is changed.<br>
The DNS Server for this is on the same host.<br>
TTL is only 300s.<br>
<br>
I have found the resolver directive, I'm not sure if this is the right<br>
one because of the small TTL.<br>
Is there a way to get this working?<br>
<br>
Best Regards<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>