centos安装nginx

Posted 西木-Lee

tags:

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

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

CentOS:

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

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

centos7环境下安装nginx

在CentOS上安装nginx

CentOS7 安装nginx部署vue项目

安装Nginx(CentOS6.6+nginx-1.6.3)

CentOS 7中Nginx1.9.5编译安装教程systemctl启动

基于CentOS 6.8平台最新源代码包编译安装LNMP环境搭建(Nginx+MySQL+PHP)