diff xml/en/docs/http/ngx_http_ssl_module.xml @ 2068:3d9e7993c201

Added links to directives in the example of ssl modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 23 Oct 2017 14:48:21 +0300
parents 093855e77388
children aa5d65fe4916
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Oct 24 18:14:43 2017 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Oct 23 14:48:21 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="36">
+        rev="37">
 
 <section id="summary">
 
@@ -39,23 +39,28 @@
 <list type="bullet">
 
 <listitem>
-set the number of worker processes equal to the number of processors,
-</listitem>
-
-<listitem>
-enable keep-alive connections,
+set the number of
+<link doc="../ngx_core_module.xml" id="worker_processes">worker processes</link>
+equal to the number of processors,
 </listitem>
 
 <listitem>
-enable the shared session cache,
+enable
+<link doc="ngx_http_core_module.xml" id="keepalive_timeout">keep-alive</link>
+connections,
 </listitem>
 
 <listitem>
-disable the built-in session cache,
+enable the <link id="ssl_session_cache_shared">shared</link> session cache,
 </listitem>
 
 <listitem>
-and possibly increase the session lifetime (by default, 5 minutes):
+disable the <link id="ssl_session_cache_builtin">built-in</link> session cache,
+</listitem>
+
+<listitem>
+and possibly increase the session <link id="ssl_session_timeout">lifetime</link>
+(by default, 5 minutes):
 </listitem>
 
 </list>
@@ -430,7 +435,7 @@
 actually store session parameters in the cache.
 </tag-desc>
 
-<tag-name><literal>builtin</literal></tag-name>
+<tag-name id="ssl_session_cache_builtin"><literal>builtin</literal></tag-name>
 <tag-desc>
 a cache built in OpenSSL; used by one worker process only.
 The cache size is specified in sessions.
@@ -438,7 +443,7 @@
 Use of the built-in cache can cause memory fragmentation.
 </tag-desc>
 
-<tag-name><literal>shared</literal></tag-name>
+<tag-name id="ssl_session_cache_shared"><literal>shared</literal></tag-name>
 <tag-desc>
 a cache shared between all worker processes.
 The cache size is specified in bytes; one megabyte can store