先贴配置:
server
{
listen 443;
server_name
g4w.me;
ssl_certificate /root/ssl/g4w.me.crt;
ssl_certificate_key /root/ssl/g4w.me.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:RC4-SHA:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!DSS:!PKS;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 5m;
location / {
subs_filter
www.google.com g4w.me;
subs_filter
ssl.gstatic.com www.g4w.me;
subs_filter_types text/css text/xml text/javascript;
proxy_redirect off;
proxy_pass
https://www.google.com;
proxy_set_header Host
www.google.com;
proxy_set_header User-Agent $http_user_agent;
proxy_set_header Accept-Encoding '';
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
使用 ngx_http_substitutions_filter_module 模块对页面内容进行替换,但发现只有
www.google.com 能够成功替换,而
ssl.gstatic.com 一直替换不了。请问这是什么原因?
具体可以访问
https://g4w.me 看看。
PS.已经试过 ngx_http_sub_module 和 replace-filter-nginx-module ,都是
www.google.com 起作用了而
ssl.gstatic.com 不起作用。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/141604
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.