From ed0d4f23b71afe6fd17cc25695371293508bb5ea Mon Sep 17 00:00:00 2001 From: Dayang Shen Date: Tue, 30 Jan 2024 23:23:30 +0800 Subject: [PATCH] Improve docs --- docs/user-guide/nginx-configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index 9670e4652..1823f9239 100644 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -706,7 +706,7 @@ _References:_ Sets the size of cache that stores parsed SSL certificate objects. -The cache helps reduce memory consumption of SSL context per connection. Increase the value if you have huge amount of certificates. +The cache avoids duplicate copies of parsed SSL certificate objects among connections. It can help reduce memory consumption of SSL context per connection. Recommend a value larger than the number of certificates in use. _**default:**_ is 1000.