CONTACTUS
Live Chat
Chat now with us
Email Us
Send us an email, and we'll get back to you soon
Call Us
Reach out to us now

  Home > Knowledge Base >  服务器教程 >  如何进行centos7 nginx安装?

如何进行centos7 nginx安装?

2020-06-10

如何进行centos7 nginx安装?

1.安装相关的依赖包。

yum install gcc -c++

yum install -y pcre pcre-devel

yum install -y zlib zlib-devel

yum install -y openssl openssl-devel

2.下载nginx包

wget -c https://nginx.org/download/nginx-1.10.1.tar.gz  

解压


自定义配置


编译安装

查找安装路径


启动,停止nginx

在浏览器输上本地IP查看到以画面说明安装成功。

Previous:

It's the first one

Next:

It's the last one

If you find 【如何进行centos7 nginx安装?】 useful, please share it with your friends. Thank you!

Copy link