1
anjunecha 2014-10-19 15:46:19 +08:00 via Android
做一个负载均衡就可以了
|
2
wdlth 2014-10-19 16:47:55 +08:00
不要直接proxy_pass到Google,用upstream里面加一堆IP做均衡。有条件的可以使用IPv6。
|
3
ilihai 2014-10-19 17:26:03 +08:00
不知道怎么做,能不能多ua轮询。
|
5
xarrow 2014-10-19 21:24:10 +08:00
均衡负载
upstream { ip_hash; .........} |