How to configure all Atlassian sites to use port 80

Christian Palacios August 14, 2018

Hi there,

We currently have Jira, Confluence, Bamboo, FishEye and Crowd all being hosted on one server, each accessible through a different port.  We want to configure all of these sites to be accessible through port 80 only.  So if we go to the Jira URL, such as dmsjira.cgg.com, the server will know what site to bring up.  I am confused as to how to properly do this without affecting all of the sites since they are all on one server.  I did not set this server up and apparently I can't get any support from Atlassian for this type of set up.  Any help would be appreciated!  Please ask any questions.

Thanks!
-Christian

2 answers

1 vote
Alexis Robert
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 14, 2018

Hi @Christian Palacios

 

you will be able to achieve this by using a Proxy, such as Apache, to act as a intermediate between your users and your Atlassian products so that the users only need to access jira.mycompany.com or confluence.mycompany.com.

 

You can follow this documentation to get started.

 

Let me know if you have any questions, 

 

--Alexis

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 14, 2018

If they're on the same server, then they all must run on different ports.  Even if they were on different servers, the answer would be the same though - use a proxy.

A proxy can handle many domains landing in one place (or parts of a single domain, like http://us/jira, http://us/confluence etc) directing their content to be proxied over to the relevant service.

I usually use Apache (familiarity), but Nginx, Lighttpd and IIS can all act as proxies too.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events