centos7 yum安装nginx
Posted tarencez
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 yum安装nginx相关的知识,希望对你有一定的参考价值。
1.添加源,centos7默认可能没有nginx源
sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
2.查看是否添加成功
yum search nginx
3.安装
yum install -y nginx
4.启动
systemctl status nginx.service
systemctl start nginx.service
systemctl stop nginx.service
参考文章:
https://www.cnblogs.com/songxingzhu/p/8568432.html
以上是关于centos7 yum安装nginx的主要内容,如果未能解决你的问题,请参考以下文章
Centos7Yum安装配置指定版本nginx及卸载Centos7Yum安装的nginx
Nginx——Nginx的安装目录详解(Centos7通过yum方式安装)