码迷,mamicode.com
首页 > 其他好文 > 详细

centos安装nginx1.10.1编译安装

时间:2018-11-01 01:01:35      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:rtm   status   path   cgi   cli   编译   zip   http   nginx   

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编译安装

标签:rtm   status   path   cgi   cli   编译   zip   http   nginx   

原文地址:https://www.cnblogs.com/menghuiyuan/p/9886611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!