Load Balancing4 recipes

Distributing traffic across multiple backends

pfsenseHAPROXYintermediate
Configuring HAProxy for Domain and Subdomain on pfSense

This guide explains how to set up HAProxy on pfSense to manage traffic for a primary domain and its subdomain, addressing common issues.

haproxyHAPROXYintermediate
Understanding HAProxy Configuration: Global and Server Connection Limits

This article clarifies the use of maxconn settings in HAProxy, explaining the distinction between global and server-level connection limits.

haproxyHAPROXYbeginner
Redirect HTTP to HTTPS in HAProxy Configuration

Learn how to configure HAProxy to redirect all HTTP traffic to HTTPS while preserving the original URL and query parameters.

nginxNginxbeginner
Understanding the 'upstream' Directive in Nginx

This snippet demonstrates the use of the 'upstream' directive in Nginx for load balancing.