Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Created August 5, 2020 23:01
Show Gist options
  • Save JordanSchuetz/22a9e8d2d06a2a08e2d910c7efe8b8b4 to your computer and use it in GitHub Desktop.
Save JordanSchuetz/22a9e8d2d06a2a08e2d910c7efe8b8b4 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
<Proxy balancer://mycluster>
BalancerMember http://10.142.0.4:8082
BalancerMember http://10.142.0.5:8082
</Proxy>
ProxyPreserveHost On
ProxyPass / balancer://mycluster/
ProxyPassReverse / balancer://mycluster/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment