diff xml/en/docs/http/ngx_http_ssl_module.xml @ 2460:c60a8a15010c

Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 06 Nov 2019 20:16:06 +0300
parents d323beea61ec
children ffc4083f5c7e
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -823,7 +823,7 @@ embedded variables:
 
 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
 <tag-desc>
-returns the string of ciphers used
+returns the name of the cipher used
 for an established SSL connection;
 </tag-desc>