I have control over company DNS server therefore I'd like to change URL of base URL of jira server (confluence is installed on the same server) to http://jira.mycompnayjiraserver.com and http://confluence.mycompanyjiraserver.com instead of http://mycompanyjiraserver.com:8080 and http://mycompanyjiraserver.com:8090
Here is what I want:
http://mycompanyjiraserver.com:8080 -->> http://jira.mycompnayjiraserver.com
http://mycompanyjiraserver.com:8090 -->> http://confluence.mycompanyjiraserver.com
Can you help me to find out what tool or method I have to use?
You'll want to setup a reverse proxy in front of your Jira application to be able to achieve something like that properly:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.