# haproxy.cfg global lua-load /usr/local/etc/haproxy/send_to_all_whnmanager.lua frontend http bind *:8100 mode http timeout client 10s http-request use-service lua.broadcast_to_nodes if { path /whn-manager meth PUT DELETE } use_backend all backend all mode http option httpchk http-check send meth GET uri /storagehub/gcube/resource/health http-check expect status 200 server s1 storagehub:8080 check