<div dir="ltr"><div><div>Hello everyone, I have an interesting issue.  I am using nginx 1.6.0 to proxy back to my Jira instance.  This is working great within my network.  This is the issue.  I am using a fortigate device to protect my network and I want to use the https connection in the web portal to access my Jira instance.  The problem is that jira always expects a <a href="https://jira.internal.example.com">https://jira.internal.example.com</a>, because that is what is set in it's base url.  The fortigate sends this to nginx:<br>
<br><a href="https://vpn.example.com/proxy/https/jira.internal.example.com/secure/Dashboard.jspa">https://vpn.example.com/proxy/https/jira.internal.example.com/secure/Dashboard.jspa</a><br><br></div>Jira see's this as an incorrect path and causing it to not properly.  I am wanting to know is there a way to rewrite the path that the fortigate is sending to nginx so that jira believe's its correct.  Thanks!<br>
<br></div>Brent<br></div>