运维网's Archiver
论坛
›
nginx
› centos 6.4 安装 nginx-CORE
bestjoe
发表于 2018-11-16 11:52:09
centos 6.4 安装 nginx-CORE
yum源中暂时没有Nginx等软件包,所以我们需要使用EPEL的yum源
先更新系统
[*] #yum update
添加atomic源
[*] # wget http://www.atomicorp.com/installers/atomic
[*] # sh ./atomic
安装
1. #yum -y install nginx 一路yes即可
启动
[*] #service nginx start
页:
[1]
查看完整版本:
centos 6.4 安装 nginx-CORE