原地址:https://github.com/cuber/ngx_http_google_filter_module
server { resolver 8.8.8.8; location / { google on; google_scholar on; # set language to German google_language zh-TW; } }
使用nginx反向代理google,非常方便
原文:http://crazyjjx.blog.51cto.com/2746212/1737744