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
{{ message }}
This repository was archived by the owner on May 27, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,10 @@ _Note that Kubernetes annotation maps are all of Go type `map[string]string`. A
271
271
| <aname="app-tcp-timeout"></a>routable application | service |[router.deis.io/tcpTimeout](#app-tcp-timeout)| router's `defaultTimeout`| nginx `proxy_send_timeout` and `proxy_read_timeout` settings expressed in units `ms`, `s`, `m`, `h`, `d`, `w`, `M`, or `y`. |
272
272
| <aname="app-maintenance"></a>routable application | service |[router.deis.io/maintenance](#app-maintenance)|`"false"`| Whether the app is under maintenance so that all traffic for this app is redirected to a static maintenance page with an error code of `503`. |
273
273
| <aname="ssl-enforce"></a>routable application | service |[router.deis.io/ssl.enforce](#ssl-enforce)|`"false"`| Whether to respond with a 301 for all HTTP requests with a permanent redirect to the HTTPS equivalent address. |
274
+
| <aname="app-nginx-proxy-buffers-enabled"></a>routable application | service |[router.deis.io/nginx.proxyBuffers.enabled](#app-nginx-proxy-buffers-enabled)|`"false"`| Whether to enabled proxy buffering. |
275
+
| <aname="app-nginx-proxy-buffers-number"></a>routable application | service |[router.deis.io/nginx.proxyBuffers.number](#app-nginx-proxy-buffers-number)|`"8"`|`number` argument to the nginx `proxy_buffers` directive. |
276
+
| <aname="app-nginx-proxy-buffers-size"></a>routable application | service |[router.deis.io/nginx.proxyBuffers.size](#app-nginx-proxy-buffers-size)|`"4k"`|`size` argument to the nginx `proxy_buffers` directive expressed in bytes (no suffix), kilobytes (suffixes `k` and `K`), or megabytes (suffixes `m` and `M`). |
277
+
| <aname="app-nginx-proxy-buffers-busy-size"></a>routable application | service |[router.deis.io/nginx.proxyBuffers.busySize](#app-nginx-proxy-buffers-busy-size)|`"8k"`| nginx `proxy_busy_buffers_size` expressed in bytes (no suffix), kilobytes (suffixes `k` and `K`), or megabytes (suffixes `m` and `M`). |
0 commit comments