nginx配置成功后,外网无法访问的问题

因为接着检查了服务器端的80端口不可以访问的到 ,发现是防火墙的问题。

所以:

[root@localhost ]# /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT [root@localhost ]# /etc/init.d/iptables save [root@localhost ]# /etc/init.d/iptables restart

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgwysy.html