Latest commit 115 Commits doc test util .gitignore CHANGES README config ngx_http_subs_filter_module.c Repository files navigation README nginx_substitutions_filter *Note: this module is not distributed with the Nginx source. Installation instructions can be found below.* Description nginx_substitutio...
由国人开发的ngx_http_substitutions_filter_module则显得极为强大,轻而易举的帮助我们解决上述问题。 项目地址:https://github.com/yaoweibin/ngx_http_substitutions_filter_module 先来看一下它的特性 同ngx_http_subs_filter一样具有的mine类型限制和多次替换有无 支持正则表达式的匹配,大小写字母的区分与匹配 支持...
由国人开发的ngx_http_substitutions_filter_module则显得极为强大,轻而易举的帮助我们解决上述问题。 项目地址:https://github.com/yaoweibin/ngx_http_substitutions_filter_module This in image 先来看一下它的特性 同ngx_http_subs_filter一样具有的mine类型限制和多次替换有无 支持正则表达式的匹配,大小写字母的...
git clone https://github.com/agentzh/sregexcd sregex make make install cd .. git clone https://github.com/agentzh/replace-filter-nginx-modulewget http://nginx.org/download/nginx-1.2.6.tar.gztar zxvf nginx-1.2.6.tar.gz cd nginx-1.2.6./configure --add-module=../replace-filter-nginx-...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet ...
git clone https://github.com/agentzh/replace-filter-nginx-modulewget http://nginx.org/download/nginx-1.2.6.tar.gz tar zxvf nginx-1.2.6.tar.gz cd nginx-1.2.6./configure--add-module=../replace-filter-nginx-module #自行加其他编译参数make ...
项目地址:https://github.com/yaoweibin/ngx_http_substitutions_filter_module This in image 先来看一下它的特性 同ngx_http_subs_filter一样具有的mine类型限制和多次替换有无 支持正则表达式的匹配,大小写字母的区分与匹配 支持指定变量绕过替换 一个使用示例 ...
git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module wget http://nginx.org/download/nginx-1.2.8.tar.gz tar zxvf nginx-1.2.8.tar.gz cd nginx-1.2.8 ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_mod...
项目地址:https://github.com/yaoweibin/ngx_http_substitutions_filter_module This in image 先来看一下它的特性 同ngx_http_subs_filter一样具有的mine类型限制和多次替换有无 支持正则表达式的匹配,大小写字母的区分与匹配 支持指定变量绕过替换 一个使用示例 ...
a filter module which can do both regular expression and fixed string substitutions for nginx - yaoweibin/ngx_http_substitutions_filter_module