我正在尝试启动 bitbucketserver。我使用代理并设置了代理配置。
每次我尝试启动容器时,spring 都会在这里停止:
c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities
我是否也需要在 Hazelcast 中配置代理?
答案1
更新您的属性/var/atlassian/application-data/bitbucket/shared/bitbucket.properties
您需要这些属性才能在代理后工作:
hazelcast.network.multicast=true
hazelcast.group.name=[put a unique name in here]
hazelcast.group.password=[put in a group password here]
server.proxy-name=[url of your bit bucket instance]
server.proxy-port=443
server.redirect-port=443
server.secure=true
server.scheme=https
请参阅这里的官方文档: https://confluence.atlassian.com/bitbucketserver/install-bitbucket-data-center-872139817.html