Hey everybody,
i wanted to install bitbucket on my server by using the installer. This seemed to work. My instance is running and listening on port 7990.
sudo netstat -ntlp
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 2390/nginx.conf tcp6 0 0 :::7990 :::* LISTEN 22378/java
We have reverse proxy through nginx installed on the server so i tried to configure the instance following these instructions: https://confluence.atlassian.com/bitbucketserver/securing-bitbucket-server-behind-nginx-using-ssl-776640112.html
But when i try to access my instance on domain.com/bitbucket i get redirected to 127.0.0.1:7990/setup.
Does anybody have an idea where the misconfiguration could come from?
Greetings,
Chris
Hello Christian
What Bitbucket version are you using?
From Bitbucket 5.x onwards it's also necessary to set the proxy parameters on bitbucket.properties file. You can follow the links below in order to set the proxy parameters on Bitbucket:
As you are also using a context path, you will need to set it on the proxy server and on bitbucket. More information here.
Regards
Rodrigo - Atlassian Support
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.