Centos7 通过yum源安装nginx

Posted 点点滴滴的记录.

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 通过yum源安装nginx相关的知识,希望对你有一定的参考价值。

通过rpm 添加yum源

rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

安装

yum -y install nginx

设置启动nginx同时以开机自动运行

systemctl start nginx.service
systemctl enable nginx.service

转自:https://www.cnblogs.com/Liang-jc/p/8137956.html

以上是关于Centos7 通过yum源安装nginx的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7 搭建nginx+php+mysql运行环境

centos7通过yum安装nginx

CentOS7 通过yum安装nginx

(转)Centos7 yum 源安装nginx

CentOS7中使用yum安装Nginx的方法

CentOS7中使用yum安装Nginx的方法