changeset 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 4b73197f8ca9
children e642fe346261
files xml/en/docs/http/ngx_http_keyval_module.xml xml/en/docs/stream/ngx_stream_keyval_module.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_keyval_module.xml	Wed Nov 24 20:28:57 2021 +0000
+++ b/xml/en/docs/http/ngx_http_keyval_module.xml	Mon Nov 29 12:50:59 2021 +0000
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_keyval_module"
         link="/en/docs/http/ngx_http_keyval_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -101,6 +101,7 @@
 The optional <literal>state</literal> parameter specifies a <value>file</value>
 that keeps the current state of the key-value database in the JSON format
 and makes it persistent across nginx restarts.
+Changing the file content directly should be avoided.
 </para>
 
 <para>
--- a/xml/en/docs/stream/ngx_stream_keyval_module.xml	Wed Nov 24 20:28:57 2021 +0000
+++ b/xml/en/docs/stream/ngx_stream_keyval_module.xml	Mon Nov 29 12:50:59 2021 +0000
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_keyval_module"
         link="/en/docs/stream/ngx_stream_keyval_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -107,6 +107,7 @@
 The optional <literal>state</literal> parameter specifies a <value>file</value>
 that keeps the current state of the key-value database in the JSON format
 and makes it persistent across nginx restarts.
+Changing the file content directly should be avoided.
 </para>
 
 <para>