How to Configure Load Balancing with Nginx
Load Balancing is a mechanism for sharing or distributing traffic to multiple servers. Nginx in addition to functioning as a web server can also function as a load balancer. Load Balancing Method Round Robin: distributes traffic to each server in…