centos7.0 安装nginx

Posted paulversion

tags:

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

在centos7.0下安装nginx需要安装 prce和zlib包去官网下载相应的包

然后解压相应的包进行编译 解压nginx源码包进入到解压文件 

./configure
    --sbin-path=/usr/local/nginx/nginx
    --conf-path=/usr/local/nginx/nginx.conf
    --pid-path=/usr/local/nginx/nginx.pid
    --with-http_ssl_module
    --with-pcre=/usr/local/pcre-8.0.0
    --with-zlib=/usr/local/zlib-1.2.11

 

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

CentOS7.0安装Nginx 1.10.0

Centos7.0安装Nginx1.8.1

CNMP系列CentOS7.0下安装Nginx服务

CentOS7.0安装Nginx 1.7.4

CentOS7.0安装Nginx 1.7.4

LNMP, CentOS7.0+Nginx+Mysql5.7+PHP7环境安装