cloud-computing/loadbalancer/image/httpd-vhost.conf

14 lines
327 B
Plaintext

<VirtualHost *:80>
<Proxy balancer://owncloud-cluster>
BalancerMember http://172.20.5.20:80
BalancerMember http://172.20.5.21:80
BalancerMember http://172.20.5.22:80
</Proxy>
ProxyPreserveHost On
ProxyPass / balancer://owncloud-cluster/
ProxyPassReverse / balancer://owncloud-cluster/
</VirtualHost>