Hello,<div><br></div><div>I have 3 servers and on each server is installed nginx and apache. I want to set these 3 servers load balance each other. One of them will be main server that will accept the traffic from clients and balance to the other 2 servers. I have a failover ip that can be switched at any time to the other 2 servers in case that main server fail totally.</div>
<div><br></div><div>So I have a question about nginx configuration related to upstreams part. Should I proceed that way:</div><div><br></div><div>1. On Main server i set upstreas like that:</div><div><br></div><div>server <a href="http://127.0.0.1:8080">127.0.0.1:8080</a>;   (this is apache installed on same machine)</div>
<div>server server2;   (this is second server, on it on port 80 listens nginx)</div><div>server server3 backup; (this is third server, on it on port 80 listens nginx)</div><div><br></div><div>2. On second and third servers i set only 1 upstream:</div>
<div><br></div><div>server <a href="http://127.0.0.1:8080">127.0.0.1:8080</a>; (i set only this and not the others to prevent loop)</div><div><br></div><div>Is this correct way to do it or there is a better way?</div><div>
<br></div><div><br></div><div>Awaiting for your reply.</div><div><br></div><div>Thank you in advance.</div><div><br></div><div>Best regards,</div><div>Ali</div><div><br></div><div><br clear="all"><div><br></div>-- <br><div>
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Iguana Information Technologies, SL</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Calle López de Hoyos 35, 1º</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">28002 Madrid</span>, España (Spain)</div>+34 915569100<br>+34 649336286<br><a href="http://www.iguanait.com/" target="_blank">http://www.iguanait.com/</a><br>
<br>Advertencia<br>-----------<br>Este mensaje contiene información privada y confidencial. Si usted<br>no es el destinatario, no está autorizado a leer, imprimir, retener,<br>copiar o difundir este mensaje o parte de él. En caso de que usted<br>
reciba este mensaje por error debe borrarlo. Gracias.<br><br>Confidentiality notice<br>----------------------<br>This message contains private and confidential information. If you<br>are not the named addressee, you are not authorized to read, print,<br>
retain, copy or disseminate this message or any part of it. In case<br>you receive this message by mistake you should delete it. Thanks.<br>
</div>