diff --git a/roles/haproxy/files/haproxy.cfg b/roles/haproxy/files/haproxy.cfg index dcda9c5..35825c8 100644 --- a/roles/haproxy/files/haproxy.cfg +++ b/roles/haproxy/files/haproxy.cfg @@ -214,13 +214,13 @@ backend authentik_ldap server s2 authentik-ldap-2:3389 check inter 10s backend nextcloud + balance source mode http option httpchk http-check send meth GET uri /status.php hdr Host nc.comfycamp.space http-check expect status 200 - cookie SERVER insert indirect nocache - server s1 nextcloud-1:80 check inter 15s cookie s1 - server s2 nextcloud-2:80 check inter 15s cookie s2 + server s1 nextcloud-1:80 check inter 15s + server s2 nextcloud-2:80 check inter 15s backend mta_sts mode http