码迷,mamicode.com
首页 > 其他好文 > 详细

nginx安装完毕之后,不能访问的问题

时间:2017-08-12 16:17:59      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:art   table   永久   oca   etc   代码   local   host   off   

[root@localhost html]# /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT  

[root@localhost html]# /etc/init.d/iptables save  

[root@localhost html]# /etc/init.d/iptables restart  

 

三句代码,主机已可访问虚拟机的nginx服务。

  CentOS防火墙的关闭,关闭其服务即可: 
     查看CentOS防火墙信息:/etc/init.d/iptables status 
     关闭CentOS防火墙服务:/etc/init.d/iptables stop 
   永久关闭防火墙: 

  chkconfig –level 35 iptables off

nginx安装完毕之后,不能访问的问题

标签:art   table   永久   oca   etc   代码   local   host   off   

原文地址:http://www.cnblogs.com/fangxijun/p/7350372.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!