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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.