ngx_http_google_filter_moduleis a filter module which makes google mirror much easier to deploy. Regular expressions, uri locations and other complex configurations have been built-in already. The native nginx module ensure the efficiency of handling cookies, gstatic scoures and redirections. ...
_http_google_filter_module # git clone https://github.com/cuber/ngx_http_google_filter_module # # clone ngx_http_substitutions_filter_module # @see https://github.com/yaoweibin/ngx_http_substitutions_filter_module # git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module...
_http_google_filter_module # git clone https://github.com/cuber/ngx_http_google_filter_module # # clone ngx_http_substitutions_filter_module # @see https://github.com/yaoweibin/ngx_http_substitutions_filter_module # git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module ...
_http_google_filter_module # git clone https://github.com/cuber/ngx_http_google_filter_module # # clone ngx_http_substitutions_filter_module # @see https://github.com/yaoweibin/ngx_http_substitutions_filter_module # git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module ...
→ ~ $ curl -IL https://www.noeg.net HTTP/1.1 302 Found Date: Tue, 15 Dec 2015 03:49:36 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Location: https://www.noeg.net/ Cache-Control: private P3P: CP="This is not a P3P po...
到https://www.google.com/recaptcha/admin 加入自己的 Domain, 获得一枚 Site key,复制备用。 修改 配置文件,默认sitekey(6LfFDwUTAAAAAIyC8IeC3aGLqVpvrB6ZpkfmAibj)从网页中获取。 location / { google on; google_scholar on; subs_filter '"sitekey":"默认的sitekey"' '"sitekey":"第1步得到的sitekey"...
configure arguments: --prefix=/home/zhaibin18/nginx1140 --add-module=/home/zhaibin18/build_home/nginx-1.14.0/ngx_http_google_filter_module --add-module=/home/zhaibin18/build_home/nginx-1.14.0/ngx_http_substitutions_filter_module --with-http_ssl_module --with-debug --with-threads+...
使用你上面的 proxy_pass http://www.baidu.com; 就可以正常反代了 。这应该算是bug 吧? 我curl 过google的 , 如果curl google.com会301 到 http://www.google.com, 如果curl https://google.com 就会301 到 https://www.google.com 所以应该是模块的问题吧 Owner cuber commented Dec 18, 2014 「不...
@xavierskip 用的是这个页面的最简安装那个步骤的内容,没用下边的发行版:https://github.com/cuber/ngx_http_google_filter_module/blob/master/README.zh-CN.md 你怎么看? wenson commented Aug 12, 2015 建议使用 which nginx ,确认下 nginx 在哪里,然后在使用 重启命令呗。 Author ghost commented Aug 12...
当google_language 的值为 zh-CN 以外的值时,Google Scholar会被无限302重定向,重定向过多浏览器自动中止连接。 当google_language 的值为 zh-CN 或者未设置此项 (即默认打开Google简体中文) 时,Google Scholar可以被正常反代。作者 @cuber 的wen.lu 就是这种情况 另外, @shirakun 你虽然设置了 google_language...