diff xml/en/docs/http/ngx_http_ssl_module.xml @ 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 aa29a64a5e9d
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>