1.可能是防火墙影响,开启80端口或者将防火墙关掉即可
1:查看防火状态
systemctl status firewalld
service iptables status
2:暂时关闭防火墙
systemctl stop firewalld
service iptables stop
3:永久关闭防火墙
systemctl disable firewalld
chkconfig iptables off
4:重启防火墙
systemctl enable firewalld
service iptables restart
5:永久关闭后重启
//暂时还没有试过
chkconfig iptables on
2.当确保nginx已经正常运行的情况下依旧不能访问,则需要查看一下你服务器的安全组策略是否有启用80端口
这里表示已经开启,未开启可以自行添加安全组规则
3.再次输入外网ip访问即可

本文提供了详细的步骤来解决服务器上运行的网站无法从外部访问的问题,包括检查和配置防火墙、确认安全组策略以及重启服务等操作。

1385

被折叠的 条评论
为什么被折叠?



