1
anjunecha Oct 19, 2014 via Android
做一个负载均衡就可以了
|
2
wdlth Oct 19, 2014
不要直接proxy_pass到Google,用upstream里面加一堆IP做均衡。有条件的可以使用IPv6。
|
3
ilihai Oct 19, 2014
不知道怎么做,能不能多ua轮询。
|
5
xarrow Oct 19, 2014
均衡负载
upstream { ip_hash; .........} |