2023-06-16 13:10:10 +02:00
|
|
|
<VirtualHost *:80>
|
|
|
|
<Proxy balancer://owncloud-cluster>
|
2023-06-21 12:20:04 +02:00
|
|
|
BalancerMember http://10.0.0.20:80
|
|
|
|
BalancerMember http://10.0.0.21:80
|
2023-06-16 13:10:10 +02:00
|
|
|
</Proxy>
|
|
|
|
|
|
|
|
ProxyPreserveHost On
|
|
|
|
|
|
|
|
ProxyPass / balancer://owncloud-cluster/
|
|
|
|
ProxyPassReverse / balancer://owncloud-cluster/
|
|
|
|
</VirtualHost>
|
|
|
|
|