DigitalOcean Droplet 的 Nginx 负载均衡器配置问题

问题描述 投票:0回答:1

我在 DigitalOcean Droplet 上配置 Nginx 负载均衡器时遇到问题。问题在于负载均衡器未将流量正确路由到后端服务器,从而导致“503 服务不可用”错误。

我在 Express.js 应用程序中配置了健康检查路由,以在后端 Droplet 的私有 IP 地址上响应 200 OK 状态

nginx cloud backend reverse-proxy digital-ocean
1个回答
0
投票

我找到了解决方案。事实证明,问题是 Droplet 上启用的防火墙阻止了到端口 5000 的流量。

UFW:https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-18-04; IPTables:https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands

© www.soinside.com 2019 - 2024. All rights reserved.