如何使用sub_filter模块在abc
和yyy
之间替换xxx
?...other_text abc def ghi jkl xxx yyy abc
以下正则表达式不匹配:sub_filter (?:G(?!A)|abc)(?:(?!abc).)*?Kxxx(?=(?:(?!abc).)*?yyy) REPLACED_TEXT;
感谢Ivan。我使用nginx_substitutions_filter
通过使用以下选项重新编译nginx解决了这个问题:--add-module=/opt/ngx_http_substitutions_filter_module