nginx 页面代码替换
location / {
index index.html index.htm index.php;
sub_filter '</head>' '</head> <p>sth here</p>';
sub_filter_once on;
}
location / {
index index.html index.htm index.php;
sub_filter '</head>' '</head> <p>sth here</p>';
sub_filter_once on;
}