<div dir="ltr">Maybe You should try this module:<div><br></div><div><a href="https://github.com/GUI/nginx-upstream-dynamic-servers">https://github.com/GUI/nginx-upstream-dynamic-servers</a><br></div><div><br></div><div>Regards,</div><div>Biazus</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 13, 2016 at 3:13 AM, RT.Nat <span dir="ltr"><<a href="mailto:nginx-forum@forum.nginx.org" target="_blank">nginx-forum@forum.nginx.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not clear regarding, " Also you might check using directly the hostname as<br>
<span class="">it might be possible that there is a bug when using variables."<br>
<br>
</span>I tried adding the variable for resolving the dns but still the ip address<br>
does not changes. Is there any other way? or is there any bug in my script.<br>
<span class=""><br>
resolver 8.8.8.8 valid=30s;<br>
resolver_timeout 10s;<br>
</span>set $checkup "<a href="http://example.net" rel="noreferrer" target="_blank">example.net</a>";<br>
<span class=""><br>
location / {<br>
    rewrite ^/(.*) /$1 break;<br>
</span>     proxy_pass https://$checkup:8080;<br>
 }<br>
<br>
even adding the following codes instead of the above proxy pass doesnt<br>
work.<br>
<br>
proxy_pass https://example.net:8080$request_uri;<br>
proxy_pass <a href="https://example.net:8080" rel="noreferrer" target="_blank">https://example.net:8080</a>;<br>
<br>
Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,266857,266880#msg-266880" rel="noreferrer" target="_blank">https://forum.nginx.org/read.php?2,266857,266880#msg-266880</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><h1 style="font-family:Arial;font-size:14px;margin-bottom:10px;color:rgb(68,68,71)"><br></h1><div><div style="color:rgb(0,0,0);font-family:Arial;font-size:medium;height:7px;width:0px;border-left-width:15px;border-left-style:solid;border-left-color:rgb(239,101,47);border-right-width:7px;border-right-style:solid;border-right-color:rgb(247,183,160);margin-bottom:15px"></div><div style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold"><b style="color:rgb(34,34,34);font-size:12.8px;font-family:arial,helvetica,sans-serif"><div dir="ltr"><div><strong>Daniel Biazus</strong><span style="color:rgb(119,119,119)">, R&D<br></span></div><div style="margin:0.25em 0px"><b style="color:rgb(239,101,47);font-family:Arial,Helvetica,sans-serif">AZION</b><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(239,101,47)">  |  </span><span style="color:rgb(239,101,47);font-family:Arial,Helvetica,sans-serif">Deliver. Accelerate. Protect.</span></div></div><span style="font-family:Calibri,sans-serif;color:rgb(0,0,0)"><div dir="ltr"><div style="font-family:Helvetica"><div style="margin:0.25em 0px;font-family:Arial,Helvetica,sans-serif"><div style="margin:0.25em 0px">Office: <a href="tel:%2B55%2051%203012%203005" value="+555130123005" style="color:rgb(17,85,204)" target="_blank">+55 51 3012 3005</a>  |  Mobile: <font color="#1155cc" style="color:rgb(17,85,204)"><a href="callto:+555182279032" style="color:rgb(17,85,204)" target="_blank">+55 51 8227 9032</a></font></div></div></div></div></span></b><table border="0" cellspacing="0" cellpadding="0" style="font-size:12.8px;font-weight:normal;color:rgb(34,34,34);font-family:Arial;max-width:500px"><tbody><tr><td><br><p style="font-size:10px">Quaisquer informações contidas neste e-mail e anexos podem ser confidenciais e privilegiadas, protegidas por sigilo legal. Qualquer forma de utilização deste documento depende de autorização do emissor, sujeito as penalidades cabíveis.</p><p style="font-size:10px;margin-top:10px">Any information in this e-mail and attachments may be confidential and privileged, protected by legal confidentiality. The use of this document require authorization by the issuer, subject to penalties.</p></td></tr></tbody></table></div><br style="color:rgb(0,0,0);font-family:Arial;font-size:medium"></div></div></div></div></div>
</div>