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

Centos7Yum安装配置指定版本nginx

时间:2018-12-11 14:34:34      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:bsp   star   style   ngx   指定   启动服务   top n   14.   package   

1、安装

rpm -ivh http://nginx.org/packages/centos/7/x86_64/RPMS/nginx-1.14.2-1.el7_4.ngx.x86_64.rpm

技术分享图片

 

2、启动

# systemctl start nginx
// 验证是否启动成功
# curl http://127.0.0.1:80
// 正常会返回html代码

技术分享图片

 

3、设置开机启动服务

 systemctl enable nginx

技术分享图片

 

4、常用命令

// 服务状态
# systemctl status nginx
// 服务启动
# systemctl start nginx
// 服务停止
# systemctl stop nginx
// 服务重启
# systemctl restart nginx

 

  

 

Centos7Yum安装配置指定版本nginx

标签:bsp   star   style   ngx   指定   启动服务   top n   14.   package   

原文地址:https://www.cnblogs.com/lamp01/p/10101794.html

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