Nginx 的 sub_filter 模块只能做简单的字符串替换, 倒是有个第三方的叫 subs_filter 的模块可以做正则匹配替换, 不过代码差不多 10 年没动过了, 如果是调用 PCRE 库的话, 这个模块本身确实不需要怎么更新 (不过涉及到正则表达式, 我估计这个模块大概率会大大拉慢 Nginx 速度...
* sub_filter: https://nginx.org/en/docs/http/ngx_http_sub_module.html
* subs_filter: https://github.com/yaoweibin/ngx_http_substitutions_filter_module
* sub_filter: https://nginx.org/en/docs/http/ngx_http_sub_module.html
* subs_filter: https://github.com/yaoweibin/ngx_http_substitutions_filter_module