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

nginx 20141120 - replace-filter-nginx-module

时间:2014-11-21 01:13:35      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:http   io   sp   on   2014   bs   ad   tt   nbsp   

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   io   sp   on   2014   bs   ad   tt   nbsp   

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

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