我已经成功部署了开放语义搜索在 Azure 上托管的 Ubuntu 服务器上运行 Web 应用程序。当服务器正在运行时(使用 shell 中的 eLinks,我可以连接到http://localhost/search
),我无法使用从外部连接到它http://<ip_address>/search
。
知道我可能错过了什么吗?
答案1
您需要确保应用于 VM 或 VM 所在子网的任何 Azure 网络安全组都允许应用程序所需端口上的入站流量。
我已经成功部署了开放语义搜索在 Azure 上托管的 Ubuntu 服务器上运行 Web 应用程序。当服务器正在运行时(使用 shell 中的 eLinks,我可以连接到http://localhost/search
),我无法使用从外部连接到它http://<ip_address>/search
。
知道我可能错过了什么吗?
您需要确保应用于 VM 或 VM 所在子网的任何 Azure 网络安全组都允许应用程序所需端口上的入站流量。