Update httpd-vhost.conf

This commit is contained in:
Ronny Grebner 2023-06-22 11:47:15 +00:00
parent 614c307046
commit faaf6eccc1

View File

@ -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