Skip to content

Commit 7138e3f

Browse files
committed
update spec for load balancer
1 parent 8631ccf commit 7138e3f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

website/docs/d/load_balancer_listener_rules.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ The following attributes are exported:
101101
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
102102
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
103103
* __{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.
106106
* __/{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.
107107
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
108108
* `port` - The communication port to use in the redirect URI.
@@ -149,7 +149,7 @@ The following attributes are exported:
149149
* 307
150150
* 308
151151

152-
The default value is `302` (Moved Temporarily).
152+
The default value is `302` (Found).
153153

154154
Example: `301`
155155
* `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

website/docs/d/load_balancer_rule_set.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ The following attributes are exported:
8686
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
8787
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
8888
* __{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.
9191
* __/{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.
9292
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
9393
* `port` - The communication port to use in the redirect URI.
@@ -134,7 +134,7 @@ The following attributes are exported:
134134
* 307
135135
* 308
136136

137-
The default value is `302` (Moved Temporarily).
137+
The default value is `302` (Found).
138138

139139
Example: `301`
140140
* `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

website/docs/d/load_balancer_rule_sets.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ The following attributes are exported:
9090
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
9191
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
9292
* __{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.
9595
* __/{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.
9696
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
9797
* `port` - The communication port to use in the redirect URI.
@@ -138,7 +138,7 @@ The following attributes are exported:
138138
* 307
139139
* 308
140140

141-
The default value is `302` (Moved Temporarily).
141+
The default value is `302` (Found).
142142

143143
Example: `301`
144144
* `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

website/docs/r/load_balancer_rule_set.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ The following arguments are supported:
111111
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
112112
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
113113
* __{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.
116116
* __/{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.
117117
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
118118
* `port` - (Applicable when action=REDIRECT) (Updatable) The communication port to use in the redirect URI.
@@ -159,7 +159,7 @@ The following arguments are supported:
159159
* 307
160160
* 308
161161

162-
The default value is `302` (Moved Temporarily).
162+
The default value is `302` (Found).
163163

164164
Example: `301`
165165
* `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:
228228
* __/example/video/123__ appears as `/example/video/123` in the redirect URI.
229229
* __/example{path}__ appears as `/example/video/123` in the redirect URI if `/video/123` is the path in the incoming HTTP request URI.
230230
* __{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.
233233
* __/{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.
234234
* __/{query}__ appears as `/lang=en` in the redirect URI if the query is `lang=en` in the incoming HTTP request URI.
235235
* `port` - The communication port to use in the redirect URI.
@@ -276,7 +276,7 @@ The following attributes are exported:
276276
* 307
277277
* 308
278278

279-
The default value is `302` (Moved Temporarily).
279+
The default value is `302` (Found).
280280

281281
Example: `301`
282282
* `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

Comments
 (0)