gitextract_mewcfnqx/ ├── .gitattributes ├── .gitignore ├── .travis.yml ├── README.markdown ├── config ├── src/ │ ├── ddebug.h │ ├── ngx_http_replace_filter_module.c │ ├── ngx_http_replace_filter_module.h │ ├── ngx_http_replace_parse.c │ ├── ngx_http_replace_parse.h │ ├── ngx_http_replace_script.c │ ├── ngx_http_replace_script.h │ ├── ngx_http_replace_util.c │ └── ngx_http_replace_util.h ├── t/ │ ├── 01-sanity.t │ ├── 02-max-buffered.t │ ├── 03-var.t │ ├── 04-capturing.t │ ├── 05-capturing-max-buffered.t │ ├── 06-if.t │ ├── 07-multi.t │ ├── 08-gzip.t │ ├── 09-unused.t │ ├── 10-last-modified.t │ └── 11-skip.t ├── util/ │ └── build.sh └── valgrind.suppress