changeset 1871:5f156621b8b5

Added links to $ssl_client_verify and $ssl_client_cert.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Dec 2016 23:03:51 +0300
parents fa7542e40381
children f3f268ab3573
files xml/en/docs/http/ngx_http_ssl_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Dec 20 17:46:00 2016 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Dec 20 23:03:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="30">
+        rev="31">
 
 <section id="summary">
 
@@ -678,7 +678,7 @@
 <para>
 Enables verification of client certificates.
 The verification result is stored in the
-<var>$ssl_client_verify</var> variable.
+<link id="var_ssl_client_verify">$ssl_client_verify</link> variable.
 </para>
 
 <para>
@@ -693,7 +693,7 @@
 This is intended for the use in cases when a service that is external to nginx
 performs the actual certificate verification.
 The contents of the certificate is accessible through the
-<var>$ssl_client_cert</var> variable.
+<link id="var_ssl_client_cert">$ssl_client_cert</link> variable.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Dec 20 17:46:00 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Dec 20 23:03:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="30">
+        rev="31">
 
 <section id="summary">
 
@@ -680,7 +680,7 @@
 <para>
 Разрешает проверку клиентских сертификатов.
 Результат проверки доступен через переменную
-<var>$ssl_client_verify</var>.
+<link id="var_ssl_client_verify">$ssl_client_verify</link>.
 </para>
 
 <para>
@@ -695,7 +695,7 @@
 Это предназначено для случаев, когда фактическая проверка сертификата
 осуществляется внешним по отношению к nginx’у сервисом.
 Содержимое сертификата доступно через переменную
-<var>$ssl_client_cert</var>.
+<link id="var_ssl_client_cert">$ssl_client_cert</link>.
 </para>
 
 </directive>