更改 TeamCity Web 服务器的端口
我安装了 TeamCity 并让它在我的项目中运行。然而,我后来意识到我不希望在端口 80 上配置管理页面。我将在该服务器上拥有其他我想要在默认端口上的网站。如何更改配置的端口?
我稍微浏览了一下配置并查看了管理设置,但无法弄清楚。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自安装和配置 TeamCity 服务器
from Installing and Configuring the TeamCity server
要添加 @sfussenegger 提供的答案,您还需要确保您的构建代理仍然可以连接到新端口上的 TeamCity 服务器实例,否则您的构建将无法运行。
为此,您需要更改构建代理配置文件以反映新的
serverUrl
值。您可以在C:\TeamCity\buildAgent\conf\buildAgent.properties
文件中找到此设置。To add to the answer provided by @sfussenegger you will also need to make sure that your build agents can still connect to the TeamCity server instance on the new port, or else your builds won't run.
To do this, you'll need to change the build agent configuration files to reflect the new
serverUrl
value. You can find this setting in theC:\TeamCity\buildAgent\conf\buildAgent.properties
file.