Linux 安装nginx

Posted 狂奔的蜗牛

tags:

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

主要方法有下载安装和云安装

 

下载安装

 

 

 

云安装

1.找到文件/etc/yum.repos.d/nginx.repo,添加以下代码(如果文件不存在可以手动建立)

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

 

2.开始安装

yum install -y nginx

 

3.启动

service nginx start

 

https://www.qiansw.com/yum-lnmp.html

 

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

Linux源码安装nginx并配置

Linux 安装nginx

[nginx] linux nginx 安装

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

nginx安装

linux 安装 nginx 及反向代理配置