Is it possible to have multiple URLS accessing same jira instance if using reverse proxy?

Bryan Karsh
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.
September 6, 2012

Hi,

I know the documentation says that Jira can only serve one URL -- but what if that URL is derived from a proxy? If you have multiple URLs resolving to the proxy, could you bypass the multiple URL limit?

I was curious.

2 answers

1 accepted

0 votes
Answer accepted
Harry Chan
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.
September 6, 2012

Hi, the problem is the base URL. JIRA relies on this to function correctly. Accessing JIRA from different URLs would break this. It's the same reason why CNAME is not allowed unfortunately.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 6, 2012

It will sort of work, but Jira will serve up and refer to the base url at all times. If you've got jiraA, jiraB and jiraC all proxied to realjira, and the base url is realjira, then a user hitting jiraA will land on realjira fine. Many of the links and facilities presented to them will still use realjira though.

You could try to do some slightly torturous url rewrites on top of the proxies, which can work, but you'll still find the baseurl goes out on emails and you can't rewrite that

slothstronaut November 24, 2016

is this still the case or are there some great news on this topic? 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 24, 2016

There isn't a sane approach to having more than one url.

Mark Murawski February 5, 2017

If you want to see mutlple base urls in jira, Please comment and vote for this:

 

https://jira.atlassian.com/browse/JSW-15548

Suggest an answer

Log in or Sign up to answer