You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`connection_rate_limit` - (Optional) The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
175
+
174
176
-`acl` - (Optional) A list of ACL rules to apply to the Load Balancer frontend. Defined below.
Copy file name to clipboardExpand all lines: docs/resources/lb_route.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The following arguments are supported:
79
79
80
80
-`backend_id` - (Required) The ID of the backend the route is associated with.
81
81
-`frontend_id` - (Required) The ID of the frontend the route is associated with.
82
+
-`match_subdomains` - (Default: `false`) If true, all subdomains will match.
82
83
-`match_sni` - The Server Name Indication (SNI) value to match. Value to match in the Server Name Indication TLS extension (SNI) field from an incoming connection made via an SSL/TLS transport layer.
83
84
Only one of `match_sni` and `match_host_header` should be specified.
0 commit comments