Quantcast
Viewing all articles
Browse latest Browse all 62

Load Balancing with Nginx

Nginx is a high performance web server, which can also act as a great reverse proxy. Reverse proxy’s are placed in front of the web server handling the processing, to speed the site up, by either caching data, and/or load balancing across multiple back-end web servers. This howto will outline the steps required to set up Nginx as a load balancing reverse proxy.
Simple round robin load balancer configuration This is the simpilest method of load balancing. It will simply…

Read more
[...]

Viewing all articles
Browse latest Browse all 62

Trending Articles