I have running Gitlab (port 8080) and JIRA (port 8081) in the same server. I need configure JIRA to a subdomain (https://confluence.atlassian.com/kb/integrating-atlassian-tools-with-proxies-753894340.html) but this responded to Gitlab application. I need help
Thanks!
Have you looked at https://confluence.atlassian.com/kb/changing-port-that-your-atlassian-application-listens-on-834000041.html ?
try to change the port looking at:
Find the following lines in server.xml:
<Server port="8006" shutdown="SHUTDOWN">...<Connector port="7990" protocol="HTTP/1.1" connectionTimeout="20000" useBodyEncodingForURI="true" redirectPort="8443" compression="on" compressableMimeType="text/html,text/xml,text/plain,text/css,application/json"/>
Cheers
Carlos Rocha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.