modify incorrect desprition for TTTFB in README (#1967)
Signed-off-by: qiupeng-huacloud <qiupeng@chinacloud.com.cn>
This commit is contained in:
parent
0836cb30aa
commit
3bc2c6827d
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ A more adequate value to support websockets is a value higher than one hour (`36
|
||||||
|
|
||||||
NGINX provides the configuration option [ssl_buffer_size](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size) to allow the optimization of the TLS record size.
|
NGINX provides the configuration option [ssl_buffer_size](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size) to allow the optimization of the TLS record size.
|
||||||
|
|
||||||
This improves the [Time To First Byte](https://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/) (TTTFB).
|
This improves the [TLS Time To First Byte](https://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/) (TTTFB).
|
||||||
The default value in the Ingress controller is `4k` (NGINX default is `16k`).
|
The default value in the Ingress controller is `4k` (NGINX default is `16k`).
|
||||||
|
|
||||||
### Retries in non-idempotent methods
|
### Retries in non-idempotent methods
|
||||||
|
|
Loading…
Reference in a new issue