centos 6.4 安装 nginx

前端之家收集整理的这篇文章主要介绍了centos 6.4 安装 nginx前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

yum源中暂时没有Nginx等软件包,所以我们需要使用EPEL的yum源

先更新系统

yum update

添加atomic源

[root@localhost ~]# wget http://www.atomicorp.com/installers/atomic
[root@localhost ~]# sh ./atomic
 yum -y install Nginx  一路yes即可

启动

service Nginx start
原文链接:https://www.f2er.com/centos/375546.html

猜你在找的CentOS相关文章