diff --git a/loadbalancer/httpd-vhost.conf b/loadbalancer/httpd-vhost.conf new file mode 100644 index 0000000..b7ea5fa --- /dev/null +++ b/loadbalancer/httpd-vhost.conf @@ -0,0 +1,13 @@ + + + BalancerMember http://172.20.5.20:80 + BalancerMember http://172.20.5.21:80 + BalancerMember http://172.20.5.22:80 + + + ProxyPreserveHost On + + ProxyPass / balancer://owncloud-cluster/ + ProxyPassReverse / balancer://owncloud-cluster/ + +