Forums

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

How to add a subdomain to my server

Vinod Bathi April 7, 2020

How to add a subdomain(jira.example.com) to my server? As of now, I am accessing with <IP address: port no>. jira application is running on ubuntu server

1 answer

0 votes
Joe Pitt
Community Champion
April 7, 2020

You need to talk with your network folks. They need to put an entry in the DNS pointing to the server IP when someone enter the jira.example.com url. If it is accessible outside your company firewall a public DNS will also be needed.  

Vinod Bathi April 7, 2020

Hi @Joe Pitt 

We have pointed DNS to server IP and whenever we enter <Domain> in browser It was reflecting to default apache webpage, but my requirement is: in my server, Jira Application is running on <ip address:8080> and when I access through Domain I have to enter <example.com:8080>   but I should get <jira.example.com>.

 

Regards,

Vinod

Joe Pitt
Community Champion
April 8, 2020

The DNS entry should include the port number if it isn't the default port, which is 80 for html. 

Suggest an answer

Log in or Sign up to answer