# HG changeset patch # User Yaroslav Zhuravlev # Date 1638190259 0 # Node ID 79ebb6a3812b2b0480e8a0ec5095d2a624b9ef83 # Parent 4b73197f8ca9bad0cd4cf05835ab75cb685d2f70 Added info about modifying keyval_zone state file. diff -r 4b73197f8ca9 -r 79ebb6a3812b xml/en/docs/http/ngx_http_keyval_module.xml --- 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 @@ + rev="11">
@@ -101,6 +101,7 @@ The optional state parameter specifies a file 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. diff -r 4b73197f8ca9 -r 79ebb6a3812b xml/en/docs/stream/ngx_stream_keyval_module.xml --- 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 @@ + rev="11">
@@ -107,6 +107,7 @@ The optional state parameter specifies a file 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.