Skip to content

Instantly share code, notes, and snippets.

View bradley-holt's full-sized avatar

Bradley Holt bradley-holt

View GitHub Profile
# Create a load balancer named "web-nodes"
<Proxy balancer://web-nodes>
# Add three load balancer members
BalancerMember http://www1.example.com
BalancerMember http://www2.example.com
BalancerMember http://www3.example.com
</Proxy>
# Send all requests to the "web-nodes" balancer
ProxyPass / balancer://web-nodes