What i want to accomplish is to create 2 droplets, one based in america and the other based on europe for a single web page. so when people go to <mysite.com > they connect to the closest server. I’m planning to use apache
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there @dalai2123,
You could either try using a CDN service like Cloudflare and set up some rules there. Or another thing that you could do is have a load balancer like HAProxy and set it up with GeoIP Database to do the load balancing for you.
You can take a look at the official documentation here:
https://www.haproxy.com/blog/use-geoip-database-within-haproxy/
Regards, Bobby