Upload New File
This commit is contained in:
parent
a49c686f3f
commit
b656936277
13
loadbalancer/httpd-vhost.conf
Normal file
13
loadbalancer/httpd-vhost.conf
Normal file
@ -0,0 +1,13 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user