Update httpd-vhost.conf
This commit is contained in:
parent
614c307046
commit
faaf6eccc1
@ -1,7 +1,7 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
<Proxy balancer://owncloud-cluster>
|
<Proxy balancer://owncloud-cluster>
|
||||||
BalancerMember http://10.0.0.20:80
|
BalancerMember http://10.0.1.20:80
|
||||||
BalancerMember http://10.0.0.21:80
|
BalancerMember http://10.0.1.21:80
|
||||||
</Proxy>
|
</Proxy>
|
||||||
|
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
Loading…
Reference in New Issue
Block a user