首页 > 其他 > 详细

nginx 20141120 - replace-filter-nginx-module

时间:2014-11-21 01:12:16      阅读:660      评论:0      收藏:0      [点我收藏+]

sudo apt-get install gcc libpcre++-dev libssl-dev make
mkdir /home/git
cd /home/git
git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module
git clone https://github.com/agentzh/sregex
git clone https://github.com/agentzh/replace-filter-nginx-module

./configure \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-http_spdy_module \
--with-http_realip_module \
--with-http_sub_module \
--with-http_gzip_static_module \
--with-ipv6 \
--add-module=/home/git/ngx_http_substitutions_filter_module \
--add-module=/home/git/replace-filter-nginx-module \

 

nginx 20141120 - replace-filter-nginx-module

原文:http://www.cnblogs.com/firadio/p/4111823.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!