Welcome! Log In Create A New Profile

Advanced

Re: Data synchronization (load balancing)

November 26, 2011 10:42AM
On Sat, Nov 26, 2011 at 10:21 AM, utkung <nginx-forum@nginx.us> wrote:
> 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 ...

Hardly an nginx problem, but whatever the backends are, use nfs for
the web space, or push your site code to every backend's web space.
Database should be accessible on an internal network.

---

Stefan Caunter
http://scaleengine.com/contact
"People who enjoy having meetings should never be allowed to be in
charge of anything."





>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,219113,219113#msg-219113
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Data synchronization (load balancing)

utkung November 26, 2011 10:21AM

Re: Data synchronization (load balancing)

stefancaunter November 26, 2011 10:42AM

Re: Data synchronization (load balancing)

utkung November 26, 2011 10:59AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 304
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready