Finaly I understand where I can put my ACL in FrontEnd, but it's a little bit more tricky than a txt file with native haproxy.
Cheers.
Cheers.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu# Backend: bk_exchange_owa (Exchange Backend OWA)
backend bk_exchange_owa
# health check: hc_owa
option httpchk GET /owa/HealthCheck.htm
http-check expect status 200\ OK
acl path_owa path_beg -i /owa/
use_backend bk_exchange_owa if path_owa