Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Updating the BitBucket server Context and HTTPS Proxy

mislekfti October 28, 2017

Dear Sir/Madam

 

We have 3 Atlassian products and we would like to installed them on to 3 different context such as /bitbucket /jira and /confluence. We were able to configure the conf/server.xml for JIRA and Confluence establish the new context and Reverse proxy configuration. They are working fine. However, we following the instructions for BitBucket 5.5.0 and created shared/bitbucket.properties file which contains the following:

server.context-path=/bitbucket
server.secure=true
server.scheme=https
server.proxy-port=443
server.proxy-name=www.fti.cc

The new context path or the proxy setting is not being recognized at this time. 

Our BitBicket home directory is:

/opt/atlassian/bitbucket/5.5.0

and "shared" folder path is:

/opt/atlassian/bitbucket/5.5.0/shared

The full bitbucket.properties path is:

/opt/atlassian/bitbucket/5.5.0/shared/bitbucket.properties

Please help as we followed all of the document ions and posting and UNABLE TO MAKE THIS WORK.

1 answer

0 votes
edwin
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.
October 28, 2017

Try this and without the www in proxy-name

server.context-path=/bitbucket
server.proxy-port=443
server.proxy-name=fti.cc

 This will redirect requests from

https://fti.cc to localhost:7990/bitbucket 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events