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
Copy file name to clipboardExpand all lines: website/docs/d/load_balancer_listener_rules.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ The following attributes are exported:
101
101
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
102
102
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
103
103
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
104
-
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video is the path in the incoming HTTP request URI.
105
-
* __/{host}/123__ appears as `/example.com/video/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
104
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
105
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
106
106
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
107
107
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
108
108
* `port` - The communication port to use in the redirect URI.
@@ -149,7 +149,7 @@ The following attributes are exported:
149
149
* 307
150
150
* 308
151
151
152
-
The default value is `302` (Moved Temporarily).
152
+
The default value is `302` (Found).
153
153
154
154
Example: `301`
155
155
* `status_code` - The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
Copy file name to clipboardExpand all lines: website/docs/d/load_balancer_rule_set.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ The following attributes are exported:
86
86
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
87
87
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
88
88
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
89
-
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video is the path in the incoming HTTP request URI.
90
-
* __/{host}/123__ appears as `/example.com/video/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
89
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
90
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
91
91
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
92
92
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
93
93
* `port` - The communication port to use in the redirect URI.
@@ -134,7 +134,7 @@ The following attributes are exported:
134
134
* 307
135
135
* 308
136
136
137
-
The default value is `302` (Moved Temporarily).
137
+
The default value is `302` (Found).
138
138
139
139
Example: `301`
140
140
* `status_code` - The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
Copy file name to clipboardExpand all lines: website/docs/d/load_balancer_rule_sets.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,8 @@ The following attributes are exported:
90
90
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
91
91
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
92
92
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
93
-
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video is the path in the incoming HTTP request URI.
94
-
* __/{host}/123__ appears as `/example.com/video/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
93
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
94
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
95
95
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
96
96
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
97
97
* `port` - The communication port to use in the redirect URI.
@@ -138,7 +138,7 @@ The following attributes are exported:
138
138
* 307
139
139
* 308
140
140
141
-
The default value is `302` (Moved Temporarily).
141
+
The default value is `302` (Found).
142
142
143
143
Example: `301`
144
144
* `status_code` - The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
Copy file name to clipboardExpand all lines: website/docs/r/load_balancer_rule_set.html.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ The following arguments are supported:
111
111
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
112
112
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
113
113
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
114
-
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video is the path in the incoming HTTP request URI.
115
-
* __/{host}/123__ appears as `/example.com/video/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
114
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
115
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
116
116
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
117
117
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
118
118
* `port` - (Applicable when action=REDIRECT) (Updatable) The communication port to use in the redirect URI.
@@ -159,7 +159,7 @@ The following arguments are supported:
159
159
* 307
160
160
* 308
161
161
162
-
The default value is `302` (Moved Temporarily).
162
+
The default value is `302` (Found).
163
163
164
164
Example: `301`
165
165
* `status_code` - (Applicable when action=CONTROL_ACCESS_USING_HTTP_METHODS) (Updatable) The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
@@ -228,8 +228,8 @@ The following attributes are exported:
228
228
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
229
229
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
230
230
* __{path}/123__ appears as `/example/video/123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
231
-
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video is the path in the incoming HTTP request URI.
232
-
* __/{host}/123__ appears as `/example.com/video/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
231
+
* __{path}123__ appears as `/example/video123` in the redirect URI if `/example/video` is the path in the incoming HTTP request URI.
232
+
* __/{host}/123__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname in the incoming HTTP request URI.
233
233
* __/{host}/{port}__ appears as `/example.com/123` in the redirect URI if `example.com` is the hostname and `123` is the port in the incoming HTTP request URI.
234
234
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
235
235
* `port` - The communication port to use in the redirect URI.
@@ -276,7 +276,7 @@ The following attributes are exported:
276
276
* 307
277
277
* 308
278
278
279
-
The default value is `302` (Moved Temporarily).
279
+
The default value is `302` (Found).
280
280
281
281
Example: `301`
282
282
* `status_code` - The HTTP status code to return when the requested HTTP method is not in the list of allowed methods. The associated status line returned with the code is mapped from the standard HTTP specification. The default value is `405 (Method Not Allowed)`. Example: 403
0 commit comments