Hello!
I am having an issue where Jira is using localhost on certain links but not all of them.
Here is what I am talking about as a gif: https://gyazo.com/a78d9a96543608ea785ddbc8e380074b
As you can guess, JIRA is not hosted on localhost but a dedicated box with a domain.
I am using nginx as a proxy with SSL as well.
Here are the main things I have tried to fix the issue:
Here is the relevant part of my server.xml:
<Connector port="9027" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443" acceptCount="100" disableUploadTimeout="true"
proxyName="jira.domain.com" proxyPort="443" scheme="https" secure="true"/>
Notes:
If I am missing some crucial info or something, please let me know!
Thanks in advance.