原地址: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;
}
}原文:http://crazyjjx.blog.51cto.com/2746212/1737744