diff xml/en/docs/http/ngx_http_ssl_module.xml @ 1167:cac06b81957c

Documented the $ssl_server_name variable.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 24 Apr 2014 09:02:47 +0400
parents 07402a11fd8d
children db4b017b5796
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="13">
+        rev="14">
 
 <section id="summary">
 
@@ -713,6 +713,13 @@ returns the result of client certificate
 returns the protocol of an established SSL connection;
 </tag-desc>
 
+<tag-name id="var_ssl_server_name"><var>$ssl_server_name</var></tag-name>
+<tag-desc>
+returns the server name requested through
+<link url="http://en.wikipedia.org/wiki/Server_Name_Indication">SNI</link>
+(1.7.0);
+</tag-desc>
+
 <tag-name id="var_ssl_session_id"><var>$ssl_session_id</var></tag-name>
 <tag-desc>
 returns the session identifier of an established SSL connection;