无法连接到 EC2 实例中部署的 nginx 服务器
我在 EC2 实例中运行 nginx。 当尝试将其与公共 DNS 连接时,出现“连接超时”错误。 我运行curl 127.0.0.1
,它打印了nginx主页,所以nginx配置没问题。 我认为我的 EC2 实例的安全策略有问题,但我已经将其设置为允许所有流量进出。
谢谢你们,伙计们。
I'm running a nginx in a EC2 instance.
When trying to connect it with public dns, I get "connection timed out" error.
I run curl 127.0.0.1
, it print nginx home page, so the nginx configure is fine.
I thins there is something wrong with my EC2 instance's security policy,but I have already set it to allow all the traffic in and out.
Thank u,guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为iptable屏蔽了80端口。
刷新 iptables,它可以工作。
It's because the iptable block the 80 port.
Flush iptables,it works.