Hello,<div><br>I am having an issue with Reverse Proxy to a site that uses login.html as it&#39;s index page.  I went ahead and used this as my index:</div><div><br></div><div><div>       location / {</div><div>                proxy_pass  <a href="http://10.10.1.158:9080/">http://10.10.1.158:9080/</a>;</div>
<div>                index       login.html;</div></div><div><br></div><div>When I navigate to the reverse proxy if I can only reach the login page with an absolute url:</div><div><br></div><div><a href="http://myproxy.com/login.html">http://myproxy.com/login.html</a></div>
<div><br></div><div>instead of:</div><div><br></div><div><a href="http://myproxy.com">http://myproxy.com</a></div><div><br></div><div>Any suggestions on how to fix this?</div><div><br>Scott</div><div><br></div>