赞
踩
1) 卸载nginx
[root@locahost /]# yum remove nginx
2) 查看nginx是否还存在
[root@localhost /]# which nginx
3)重新安装 Nginx
[root@localhost /]# yum install nginx
会提示你 y/n 直接写 y就可以
出现 Complete! 完成安装
4)启动 Nginx
[root@localhost /]# yum start nginx
5)设置自动开机启动 Nginx
[root@localhost /]# yum enable nginx
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。