nginx的ngx_http_sub_module模块,可以用于修改网站响应内容中的字符串,如过滤敏感词.第三方模块ngx_http_substitutions_filter_module,弥补了ngx_http_sub_module的不足,可以采用正则表达式替换. part 1.安装ngx_http_sub_module nginx默认是不安装ngx_http_sub_module模块的,直接应用sub_filter指令将报错 nginx: [emerg] unknown directive…