如何访问我的服务器' sonarqube.xxx.xxx:9200'没有端口号

发布于 2025-01-31 01:23:15 字数 108 浏览 1 评论 0原文

一点点历史记录,Sonarqube服务器托管在EC2实例上。

已经创建了一个记录来指向域名。

我有指向ipnumber的问题:端口到域名。因此,我只能通过域名访问服务器:端口

A little history, sonarqube server is hosted on ec2 instance.

Have created an A record to point to the domain name.

I have issues pointing both Ipnumber:port to domain name. Hence, I can only access the server via domain-name:port

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉溺在你眼里的海 2025-02-07 01:23:15

无法在主机名或DNS记录中指定端口。

如果您不想在URL中包含端口号,请在默认端口上运行服务类型(例如HTTPS的443或HTTP 80)。

There is no way to specify a port in a hostname or DNS record.

If you don’t want to include the port number in the URL then run the service on the default port for the type of service (e.g. 443 for HTTPS or 80 for HTTP).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文