diff xml/en/docs/stream/ngx_stream_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 8e35f3af574b
children d8bf37d20449
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml	Tue Nov 05 17:30:26 2019 +0300
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml	Wed Nov 06 20:16:06 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -595,7 +595,7 @@
 
 <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>