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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,7 @@ _Note that Kubernetes annotation maps are all of Go type `map[string]string`. A
230
230
| <aname="server-name-hash-max-size"></a>deis-router | deployment |[router.deis.io/nginx.serverNameHashMaxSize](#server-name-hash-max-size)|`"512"`| nginx `server_names_hash_max_size` setting expressed in bytes (no suffix), kilobytes (suffixes `k` and `K`), or megabytes (suffixes `m` and `M`). |
231
231
| <aname="server-name-hash-bucket-size"></a>deis-router | deployment |[router.deis.io/nginx.serverNameHashBucketSize](#server-name-hash-bucket-size)|`"64"`| nginx `server_names_hash_bucket_size` setting expressed in bytes (no suffix), kilobytes (suffixes `k` and `K`), or megabytes (suffixes `m` and `M`). |
232
232
| <aname="requestIDs"></a>deis-router | deployment |[router.deis.io/nginx.requestIDs](#requestIDs)|`"false"`| Whether to add X-Request-Id and X-Correlation-Id headers. |
233
+
| <aname="requestStartHeader"></a>deis-router | deployment |[router.deis.io/nginx.requestStartHeader](#requestStartHeader)|`"false"`| Whether to add `X-Request-Start` headers to all applications' server blocks. The default value for the header is `"t=${msec}"`. To opt-out from setting this header for an app, it is necessary to set `disableRequestStartHeader` annotation on the app service object. |
@@ -283,6 +284,7 @@ _Note that Kubernetes annotation maps are all of Go type `map[string]string`. A
283
284
| <aname="app-connect-timeout"></a>routable application | service |[router.deis.io/connectTimeout](#app-connect-timeout)|`"30s"`| nginx `proxy_connect_timeout` setting expressed in units `ms`, `s`, `m`, `h`, `d`, `w`, `M`, or `y`. |
284
285
| <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`. |
285
286
| <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`. |
287
+
| <aname="app-disable-request-start-header"></a>routable application | service |[router.deis.io/disableRequestStartHeader](#app-disable-request-start-header)| N/A | Whether to disable adding the `X-Request-Start` headers to the application when X-Request-Header is set globally. Must be set to `false` in order to opt out of the global behavior for all apps. |
286
288
| <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. |
287
289
| <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. This can be used to override the same option set globally on the router. |
288
290
| <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. This can be used to override the same option set globally on the router. |
0 commit comments