HAProxy Enterprise Documentation 2.7r1
ACLs
An Access Control List (ACL) examines a statement and returns either true or false. ACLs are used in many scenarios, including routing traffic, blocking traffic, and transforming messages. An ACL has no effect on your configuration until you reference it with an if or unless condition on another line.
- Overview
-
Get an overview of ACLs in HAProxy Enterprise.
- Syntax
-
Learn how an ACL is structured.
- ACL Examples
-
Examples of ACL use-cases in HAProxy Enterprise.
- Inline ACLs
-
Declare ACLs inline.
- Predefined ACLs
-
Use predefined ACLs in your configuration.
Next up
Overview