Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Как подключить поддомен к продуктам Jira Server?

oneeco July 30, 2019

На VPS установлен Jira Server и Jira Software которые в данный момент доступны по ip адресу с портом. Нужно чтобы Jira открывалась по домену. Подскажите, пожалуйста, какие настройки нужно внести и куда?

1 answer

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 2, 2019

Hello Oneeco,

We used Google Translate to take a look at your request and we are not 100% sure what your looking to accomplish and we fear that maybe some things were lost in translation, please provide some additional detail sand clarification on the setup and desired configuration.

But your overall request noted trying to set up a subdomain on a VPS, and your looking for the settings to configure a subdomain. The following articles my help as a good starting point:

Jira's own system admin panel does have settings you can change, such as Setting the Base URL https://confluence.atlassian.com/adminjiraserver/configuring-the-base-url-938847830.html

However this setting is really only intended to tell the Jira Application what URL it is being accessed on. If the application is not actually setup to receive requests sent to that URL, then this won't help much yet.  I think we need to better understand your environment to be able to offer a more concise answer here.

Regards,

Andy

oneeco August 3, 2019

Hello, friend. Thanks for reply! I have Jira Server which is available by ip address. I need to connect instead of ip address domain name (jira.example.com). jira is installed on a VPS server with Ubuntu and Nginx Linux OS.

I did everything as the article says, but it didn't help.https://wiki.teamlead.ru/pages/viewpage.action?pageId=101680023

oneeco August 3, 2019

Yeah, I forgot to mention that. Could not immediately update jira to the latest version. Installed Linux container with a new version of Jira to which you want to bind the domain.

NS домена настроены на верный ip адрес сервера, но открывается стартовая страница nginx вместо jira dashboard

Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 7, 2019

Ah, thanks for clarifying.   I am not familiar with the link you referenced here.  It does look like it contains some nginx configurations, but appears to be lacking the configuration within Jira itself.  Perhaps try our own KB in Integrating JIRA with Nginx.

While some of the steps appear to overlap, there is also a section there in regards to changes that need to be made to the <JIRA-INSTALL>/conf/server.xml, file.   This file determines how traffic is directed to Jiras Tomcat webserver.  Specifically we would expect that the connector in that file that is receiving such traffic from the proxy (ngix) would have the additional parameters such as:

proxyName="jira.example.com" proxyPort="443" scheme="https" secure="true"

Try these steps and let me know if this helps.

Andy

Suggest an answer

Log in or Sign up to answer