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: docs/crd/k8s.nginx.org_virtualserverroutes.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
@@ -169,6 +169,7 @@ The `.spec` object supports the following fields:
169
169
|`upstreams[].buffers.number`|`integer`| Configures the number of buffers. The default is set in the proxy-buffers ConfigMap key. |
170
170
|`upstreams[].buffers.size`|`string`| Configures the size of a buffer. The default is set in the proxy-buffers ConfigMap key. |
171
171
|`upstreams[].busy-buffers-size`|`string`| Sets the size of the buffers used for reading a response from the upstream server when the proxy_buffering is enabled. The default is set in the proxy-busy-buffers-size ConfigMap key.' |
172
+
|`upstreams[].client-body-buffer-size`|`string`| ClientBodyBufferSize sets the size of the buffer used for reading the client request body. Must be specified as a number followed by: 'k' for kilobytes or 'm' for megabytes. Examples: "10m" or "512k". |
172
173
|`upstreams[].client-max-body-size`|`string`| Sets the maximum allowed size of the client request body. The default is set in the client-max-body-size ConfigMap key. |
173
174
|`upstreams[].connect-timeout`|`string`| The timeout for establishing a connection with an upstream server. The default is specified in the proxy-connect-timeout ConfigMap key. |
174
175
|`upstreams[].fail-timeout`|`string`| The time during which the specified number of unsuccessful attempts to communicate with an upstream server should happen to consider the server unavailable. The default is set in the fail-timeout ConfigMap key. |
Copy file name to clipboardExpand all lines: docs/crd/k8s.nginx.org_virtualservers.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
@@ -204,6 +204,7 @@ The `.spec` object supports the following fields:
204
204
|`upstreams[].buffers.number`|`integer`| Configures the number of buffers. The default is set in the proxy-buffers ConfigMap key. |
205
205
|`upstreams[].buffers.size`|`string`| Configures the size of a buffer. The default is set in the proxy-buffers ConfigMap key. |
206
206
|`upstreams[].busy-buffers-size`|`string`| Sets the size of the buffers used for reading a response from the upstream server when the proxy_buffering is enabled. The default is set in the proxy-busy-buffers-size ConfigMap key.' |
207
+
|`upstreams[].client-body-buffer-size`|`string`| ClientBodyBufferSize sets the size of the buffer used for reading the client request body. Must be specified as a number followed by: 'k' for kilobytes or 'm' for megabytes. Examples: "10m" or "512k". |
207
208
|`upstreams[].client-max-body-size`|`string`| Sets the maximum allowed size of the client request body. The default is set in the client-max-body-size ConfigMap key. |
208
209
|`upstreams[].connect-timeout`|`string`| The timeout for establishing a connection with an upstream server. The default is specified in the proxy-connect-timeout ConfigMap key. |
209
210
|`upstreams[].fail-timeout`|`string`| The time during which the specified number of unsuccessful attempts to communicate with an upstream server should happen to consider the server unavailable. The default is set in the fail-timeout ConfigMap key. |
0 commit comments