I'm currently using one server to run nginx with multiple sites, but as for now I'm going to start another project will be run at a separate machine on the same network.
The sites I'm running now is running all on port 80, and nginx handles to view the correct site to correct domain and so on.
My question is now if it would be possible to link the new machine to the old machine, so the nginx servers can talk together or something, so all machines listen to port 80 and then divide the traffic to correct place / machine / site.
So machine 1 can still run the 4 websites. Machine 2 will run 2 more project sites, but all will listen to port 80. Somekind of link between the nginx?
Regards, half