comparison xml/en/docs/http/ngx_http_keyval_module.xml @ 2808:79ebb6a3812b

Added info about modifying keyval_zone state file.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Nov 2021 12:50:59 +0000
parents 8831b3d9f332
children
comparison
equal deleted inserted replaced
2807:4b73197f8ca9 2808:79ebb6a3812b
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="10"> 12 rev="11">
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
99 99
100 <para id="keyval_state"> 100 <para id="keyval_state">
101 The optional <literal>state</literal> parameter specifies a <value>file</value> 101 The optional <literal>state</literal> parameter specifies a <value>file</value>
102 that keeps the current state of the key-value database in the JSON format 102 that keeps the current state of the key-value database in the JSON format
103 and makes it persistent across nginx restarts. 103 and makes it persistent across nginx restarts.
104 Changing the file content directly should be avoided.
104 </para> 105 </para>
105 106
106 <para> 107 <para>
107 Examples: 108 Examples:
108 <example> 109 <example>