标签: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
标签:rtm status path cgi cli 编译 zip http nginx
原文地址:https://www.cnblogs.com/menghuiyuan/p/9886611.html