centos安装nginx1.10.1编译安装

Posted menghuiyuan

tags:

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

1、编译

./configure

--prefix=/usr/local/nginx

--add-module=../nginx-rtmp-module

--sbin-path=/usr/local/nginx/sbin/nginx

--conf-path=/usr/local/nginx/conf/nginx.conf

--error-log-path=/usr/local/nginx/log/error.log

--http-log-path=/usr/local/nginx/log/access.log

--pid-path=/usr/local/nginx/nginx.pid

--lock-path=/usr/local/nginx/nginx.lock

--with-http_ssl_module

--with-http_v2_module

--with-http_stub_status_module

--with-http_gzip_static_module

--http-client-body-temp-path=/usr/local/nginx/tmp/client

--http-proxy-temp-path=/usr/local/nginx/tmp/proxy/

--http-fastcgi-temp-path=/usr/local/nginx/tmp/fcgi/

--http-uwsgi-temp-path=/usr/local/nginx/tmp/uwsgi/

--http-scgi-temp-path=/usr/local/nginx/tmp/scgi/

--with-pcre

2、安装

make
make install


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

CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.7.15+PHP7.0.11

Linux(CentOS6.5)下编译安装Nginx1.10.1

Linux(CentOS6.5)下编译安装Nginx1.10.1

5分钟编译安装nginx1.10.1支持清除缓存

centos7.2+php7.0.10+mysql5.7.14+nginx1.10.1搭建LNMP环境

CentOS 7.2 下编译安装PHP7.0.10+MySQL5.7.14+Nginx1.10.1的方法