How to create a HTTP load balancer with Nginx

Introduction A load balancer is simply a piece of hardware or software that distributes traffic between two or more servers (upstream/backend servers). Load balancing is a common technique used to…

Read More »

How to create a Web server using Nginx on Centos 7

In our project, the web server will be running on Nginx. Of course Apache is another great web server, but here, I’ll use Nginx v1.12.2. If you’d like the Apache…

Read More »