CentOS7下Nginx的安装与配置

Posted zplogo

tags:

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

1)nginx官网下载地址

http://nginx.org/en/download.html

2)下载在/usr/local目录并解压

cd nginx-1.16.1

3)编译并安装

yum -y install pcre-devel openssl openssl-devel

./configure --prefix=/usr/local/nginx

make

make install

参考:https://blog.csdn.net/hfsu0419/article/details/7190152/

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

Centos7下yum安装配置nginx与php

Centos7下yum安装配置nginx与php

Centos7下yum安装配置nginx与php

centos7安装与配置nginx1.11,开机启动

centos7安装与配置nginx1.11,开机启动

Centos7下Rinetd安装与应用