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

安装nginx

时间:2016-10-14 19:59:27      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

[Nginx]

To add NGINX yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below:

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

# yum update

# yum install nginx

安装完成后,在浏览器中测试,成功打开欢迎页

 

安装nginx

标签:

原文地址:http://www.cnblogs.com/mysic/p/5958733.html

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