diff xml/en/docs/http/ngx_http_keyval_module.xml @ 2469:98fd810c13e0

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 02 Dec 2019 13:23:05 +0300
parents 253641e268a8
children 4823370295e6
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_keyval_module.xml
+++ b/xml/en/docs/http/ngx_http_keyval_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_keyval_module"
         link="/en/docs/http/ngx_http_keyval_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -86,7 +86,7 @@ specified by the <literal>zone</literal>
     <literal>zone</literal>=<value>name</value>:<value>size</value>
     [<literal>state</literal>=<value>file</value>]
     [<literal>timeout</literal>=<value>time</value>]
-    [<literal>type</literal>=<literal>string</literal>|<literal>ip</literal>]
+    [<literal>type</literal>=<literal>string</literal>|<literal>ip</literal>|<literal>prefix</literal>]
     [<literal>sync</literal>]</syntax>
 <default/>
 <context>http</context>
@@ -136,6 +136,13 @@ to match a record key, the search key mu
 specified by a record key or exactly match an IP address
 </tag-desc>
 
+<tag-name id="keyval_type_prefix"><literal>type=prefix</literal></tag-name>
+<tag-desc>
+variable lookup is performed using prefix match
+of a record key and a search key (1.17.5);
+to match a record key, the record key must be a prefix of the search key
+</tag-desc>
+
 </list>
 </para>