Use Case: Horizontal Scaling vs Vertical Scaling with Nginx
When deploying high traffic sites/web apps, often times you’ll be faced with a dilemma on whether to use horizontal scaling or vertical scaling. Horizontal scaling is the use of several…
Read More »Overview of Load Balancing with Nginx
Load balancing is a way of distributing traffic to computing resources such as servers or other network components. The technique is primarily used to improve performance: by increasing concurrency and…
Read More »