diff xml/en/docs/http/ngx_http_ssl_module.xml @ 1072:502f4be2d62e

Documented the "ssl_session_reused" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Feb 2014 16:00:45 +0000
parents e26a9f598e40
children ac131944d349
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Feb 11 18:08:12 2014 +0400
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Feb 10 16:00:45 2014 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -714,7 +714,13 @@
 
 <tag-name><var>$ssl_session_id</var></tag-name>
 <tag-desc>
-returns the session identifier of an established SSL connection.
+returns the session identifier of an established SSL connection;
+</tag-desc>
+
+<tag-name><var>$ssl_session_reused</var></tag-name>
+<tag-desc>
+returns “<literal>r</literal>” if an SSL session was reused,
+or “<literal>.</literal>” otherwise (1.5.11).
 </tag-desc>
 
 </list>