1
feather12315 2015-11-22 01:38:33 +08:00 via Android
sub_filter 只能进行一次替换。
用法请搜索。我只举个例子: 把 HTML 页面中所有的 Google.com 替换为 some.com sub_filter Google.com some.com |
2
ryd994 2015-11-22 01:44:03 +08:00 via Android 1
@feather12315 http://nginx.org/en/docs/http/ngx_http_sub_module.html#sub_filter_once
此外, 1.9.4 以后可以指定多个 sub_filter |
3
sky170 OP 反代是用 http://ttt.tt/162/ 这个方法搭建 ,要如何修改
|
4
feather12315 2015-11-22 02:26:04 +08:00 via Android
@sky170 直接用我写的 dockerfile 搭建吧。
我也是从这过来的,你需要份配置清单,一点点弄明白是什么意思。 https://github.com/time-river/time-river/tree/master/nginx/config/docker @ryd994 这是知道的,只是 1.9 不是 stable version |
6
sky170 OP @Showfom 是啊,看了你的博客搭建的,然后我想知道要如何替换= =,我直接复制“ Google.com in English ”包括<a>标签的所有内容,可以实现替换,但是就是在别的设备上不行
|
7
sky170 OP @feather12315 额,我新手= =
|
10
lightforce 2015-11-22 18:00:48 +08:00
@feather12315 骚年, mainline 就是稳定版了
https://www.nginx.com/blog/nginx-1-6-1-7-released/ We recommend that in general you deploy the NGINX mainline branch at all times. |
11
SCaffrey 2015-11-22 18:46:50 +08:00
|
13
KaneLin1217 2016-01-11 11:15:42 +08:00
@feather12315 在最新的 nginx 1.9.x mainline 中, sub_filter 已经可以多次使用了
|