We cover how to use Nginx as a load balancer, and see how load balancing affects our application.
Load balancing, CDN’s and web caches! See how you can start scaling your applications.
We cover how to use Nginx as a load balancer, and see how load balancing affects our application.
We cover using LetsEncrypt to create SSL certificates with a HAProxy load balancer.
Using HAProxy with SSL certificates, including SSL Termation and SSL Pass-Through.
We cover how using a reverse-proxy such as a load balancer or CDN affects your application. Specifically, we see how to adjust your Laravel application when in use behind CloudFront.
Learn to use Nginx 1.9.* to load balance TCP traffic. In this case, we'll setup SSL Passthrough to pass SSL traffic received at the load balancer onto the web servers.
When you put your web application behind a load balancer, or any type of reverse proxy, you immediately need to take some important factors into consideration.
This article will cover those considerations, as well as discuss common solutions.
This will cover differences in passing requests off from Apache to a FastCGI process in Ubuntu 12.04 and 14.04.