虚拟机里nginx可以访问,但外部不能访问,解决方法:
vim /etc/sysconfig/iptables 添加 -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT
然后执行(即时生效,重启失效): service iptables stop service iptables start
重启后生效 chkconfig iptabels on chkconfig iptabels off
本文作者:亿网 网址:https://edns.com/ask/post/163533.html 发布于 2025-02-23文章转载或复制请以超链接形式并注明出处。