How can I do geographic traffic redirection and setup an edge server
- by don
Hi,
Ours is a webbased software as a service application. Our data centers are located on the west coast, and we would like to provide better user experience to our East coast clients.
How can I setup an edge server on the east coast, and serve static data like images and javascript from there, but still refer to west coast server for application logic.
-Don