views:

29

answers:

1

Im working on a web site that has to be reachable from many countries under the same domain.

Id like to know how can I receive a request with nginx (or any other static file server), and send it to different web servers depending on IP's location.

I mean, what is the point on having multiple db machines on country A and B, if the server that serves you the page is chosen by round robin.

Maybe theres another solution to my problem, and I would be very happy if someone can explain it to me.

A: 

As stackoverflow is for programming issues, You’ll probably get a better response at http://serverfault.com/, which is geared toward “Networking, servers, or maintaining other people's PCs”. (See the FAQ.)

danorton