comparison 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
comparison
equal deleted inserted replaced
1166:1d299c6f7c49 1167:cac06b81957c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="13"> 13 rev="14">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
711 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name> 711 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name>
712 <tag-desc> 712 <tag-desc>
713 returns the protocol of an established SSL connection; 713 returns the protocol of an established SSL connection;
714 </tag-desc> 714 </tag-desc>
715 715
716 <tag-name id="var_ssl_server_name"><var>$ssl_server_name</var></tag-name>
717 <tag-desc>
718 returns the server name requested through
719 <link url="http://en.wikipedia.org/wiki/Server_Name_Indication">SNI</link>
720 (1.7.0);
721 </tag-desc>
722
716 <tag-name id="var_ssl_session_id"><var>$ssl_session_id</var></tag-name> 723 <tag-name id="var_ssl_session_id"><var>$ssl_session_id</var></tag-name>
717 <tag-desc> 724 <tag-desc>
718 returns the session identifier of an established SSL connection; 725 returns the session identifier of an established SSL connection;
719 </tag-desc> 726 </tag-desc>
720 727