How do I set up global load balancing using Digital Ocean DNS and Nginx?
The Goal: Offer highly-available service to my users by routing all connections to the closest ‘cluster’ of servers in SFO, NYC, LON, and eventually Singapore. The global-balancing layer then routes the request to theleast connected server… If I’m reading your configuration correctly, you’re actually proxying from your global balancers to the balancers at each region. … Read more