Data synchronization (load balancing)
utkung
nginx-forum at nginx.us
Sat Nov 26 15:21:47 UTC 2011
Hi, I have a problem:
upstream backend {
server 172.16.0.1:80;
server 172.16.0.2:80;
}
server {
listen 80;
server_name www.domain.com;
location / {
proxy_pass http://backend;
}
}
Now I have the model as above, but I don't know can configure to sync
data between 2 servers? please, help me ...
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,219113,219113#msg-219113
More information about the nginx
mailing list