From 4fbe1ed422792c5a32267f8d708ebd231e873c2b Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Tue, 17 Jan 2017 10:14:36 +0800 Subject: [PATCH] add description for 'map-hash-bucket-size' --- controllers/nginx/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 9d4bd03ea..77d615c08 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -235,6 +235,10 @@ http://nginx.org/en/docs/hash.html http://nginx.org/en/docs/hash.html http://nginx.org/en/docs/http/ngx_http_core_module.html#server_names_hash_bucket_size + +**map-hash-bucket-size:** Sets the bucket size for the [map variables hash tables](http://nginx.org/en/docs/http/ngx_http_map_module.html#map_hash_bucket_size). The details of setting up hash tables are provided in a separate [document](http://nginx.org/en/docs/hash.html) + + **ssl-buffer-size:** Sets the size of the [SSL buffer](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size) used for sending data. 4k helps NGINX to improve TLS Time To First Byte (TTTFB) https://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/