comparison xml/en/docs/http/ngx_http_keyval_module.xml @ 2472:4823370295e6

Removed invalid statement about keyval caseless match.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 19 Dec 2019 13:00:58 +0300
parents 98fd810c13e0
children bde7cd9a1173
comparison
equal deleted inserted replaced
2471:c8f0f30e1513 2472:4823370295e6
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="8"> 12 rev="9">
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
68 <context>http</context> 68 <context>http</context>
69 69
70 <para> 70 <para>
71 Creates a new <value>$variable</value> whose value 71 Creates a new <value>$variable</value> whose value
72 is looked up by the <value>key</value> in the key-value database. 72 is looked up by the <value>key</value> in the key-value database.
73 Strings are matched ignoring the case.
74 Matching rules are defined by the 73 Matching rules are defined by the
75 <link id="keyval_type"><literal>type</literal></link> parameter of the 74 <link id="keyval_type"><literal>type</literal></link> parameter of the
76 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive. 75 <link id="keyval_zone"><literal>keyval_zone</literal></link> directive.
77 The database is stored in a shared memory zone 76 The database is stored in a shared memory zone
78 specified by the <literal>zone</literal> parameter. 77 specified by the <literal>zone</literal> parameter.