comparison xml/en/docs/http/ngx_http_keyval_module.xml @ 2030:5382bfa8a770

Corrected link in the keyval module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Aug 2017 16:08:31 +0300
parents 5c55b7054b58
children 283b1e67eaa6
comparison
equal deleted inserted replaced
2029:cda19823c33f 2030:5382bfa8a770
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_keyval_module" 9 <module name="Module ngx_http_keyval_module"
10 link="/en/docs/http/ngx_http_keyval_module.html" 10 link="/en/docs/http/ngx_http_keyval_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_keyval_module</literal> module (1.13.3) creates variables 17 The <literal>ngx_http_keyval_module</literal> module (1.13.3) creates variables
18 with values taken from key-value pairs managed by the 18 with values taken from key-value pairs managed by the
19 <link doc="ngx_http_api_module.xml" id="http_keyvals">API</link>. 19 <link doc="ngx_http_api_module.xml" id="http_keyvals_">API</link>.
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 <note> 23 <note>
24 This module is available as part of our 24 This module is available as part of our
85 85
86 <para> 86 <para>
87 Sets the <value>name</value> and <value>size</value> of the shared memory zone 87 Sets the <value>name</value> and <value>size</value> of the shared memory zone
88 that keeps the key-value database. 88 that keeps the key-value database.
89 Key-value pairs are managed by the 89 Key-value pairs are managed by the
90 <link doc="ngx_http_api_module.xml" id="http_keyvals">API</link>. 90 <link doc="ngx_http_api_module.xml" id="http_keyvals_">API</link>.
91 </para> 91 </para>
92 92
93 <para> 93 <para>
94 The optional <literal>state</literal> parameter specifies a <value>file</value> 94 The optional <literal>state</literal> parameter specifies a <value>file</value>
95 that keeps the current state of the key-value database in the JSON format 95 that keeps the current state of the key-value database in the JSON format