# HG changeset patch # User Ruslan Ermilov # Date 1398315767 -14400 # Node ID cac06b81957c06fe96f259d0f778a4a1e8142ae8 # Parent 1d299c6f7c49e36b3fb47f296e96d36ef962fe0c Documented the $ssl_server_name variable. diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="14">
@@ -713,6 +713,13 @@ returns the result of client certificate returns the protocol of an established SSL connection; +$ssl_server_name + +returns the server name requested through +SNI +(1.7.0); + + $ssl_session_id returns the session identifier of an established SSL connection; diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="14">
@@ -712,6 +712,13 @@ ssl_stapling_responder http://ocsp.examp возвращает протокол установленного SSL-соединения; +$ssl_server_name + +возвращает имя сервера, запрошенное через +SNI +(1.7.0); + + $ssl_session_id возвращает идентификатор сессии установленного SSL-соединения;