Nginx的Yum安装

一、创建nginx.repo仓库文件

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1

repo文件的配置参考:YUM详解之配置(一):http://www.hangdaowangluo.com/archives/257

二、Yum安装

# yum list | grep nginx

 nginx.x86_64                  1.8.0-1.el6.ngx
 nginx-debug.x86_64            1.8.0-1.el6.ngx
 nginx-debuginfo.x86_64        1.8.0-1.el6.ngx
 nginx-nr-agent.noarch         2.0.0-7.el6.ngx

# yum install nginx.x86_64

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>