ngx_http_sub_module
示例配置
location / {
sub_filter '<a href="http://127.0.0.1:8080/' '<a href="https://$host/';
sub_filter '<img src="http://127.0.0.1:8080/' '<img src="https://$host/';
sub_filter_once on;
}指令
sub_filter
sub_filter_last_modified
sub_filter_once
sub_filter_types
原文档
最后更新于