Created
August 5, 2020 23:01
-
-
Save JordanSchuetz/22a9e8d2d06a2a08e2d910c7efe8b8b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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