centos7 通过yum源安装nginx

Posted 想翻身的猫

tags:

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

查看内核和centos版本号 请忽略我的主机名 那个只是第八台虚拟机 ~~

然后通过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

接着由于nginx安装完后不自动打开

我们需要开启nginx同时以开机自动运行

systemctl start nginx.service
systemctl enable nginx.service

然后浏览器输入http://127.0.0.1

出现nginx页面便可完成~  下一阶段介绍nginx的具体配置

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

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

centos7通过yum安装nginx

CentOS7 通过yum安装nginx

(转)Centos7 yum 源安装nginx

CentOS7中使用yum安装Nginx的方法

CentOS7中使用yum安装Nginx的方法