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
@@ -81,15 +125,17 @@ The following arguments are supported:
81
125
-`frontend_id` - (Required) The ID of the frontend the route is associated with.
82
126
-`match_subdomains` - (Default: `false`) If true, all subdomains will match.
83
127
-`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.
84
-
Only one of `match_sni`and `match_host_header` should be specified.
128
+
Only one of `match_sni`, `match_host_header`and `match_path_begin` should be specified.
85
129
86
130
~> **Important:** This field should be set for routes on TCP Load Balancers.
87
131
88
132
-`match_host_header` - The HTTP host header to match. Value to match in the HTTP Host request header from an incoming connection.
89
-
Only one of `match_sni`and `match_host_header` should be specified.
133
+
Only one of `match_sni`, `match_host_header`and `match_path_begin` should be specified.
90
134
91
135
~> **Important:** This field should be set for routes on HTTP Load Balancers.
92
136
137
+
-`match_path_begin` - The value to match in the URL beginning path from an incoming request.
138
+
Only one of `match_sni`, `match_host_header` and `match_path_begin` should be specified.
93
139
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the Load Balancer was created.
0 commit comments