Skip to content

Commit 6a8a5b6

Browse files
committed
Documented the "volatile" parameter of the "geo" directive.
1 parent a42f51d commit 6a8a5b6

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

xml/en/docs/http/ngx_http_geo_module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_geo_module"
1111
link="/en/docs/http/ngx_http_geo_module.html"
1212
lang="en"
13-
rev="5">
13+
rev="6">
1414

1515
<section id="summary">
1616

@@ -139,6 +139,11 @@ This parameter should be the first.
139139
To speed up loading of a geo base, addresses should be put in ascending order.
140140
</tag-desc>
141141

142+
<tag-name id="volatile"><literal>volatile</literal></tag-name>
143+
<tag-desc>
144+
indicates that the variable is not cacheable (1.29.3).
145+
</tag-desc>
146+
142147
</list>
143148
</para>
144149

xml/en/docs/stream/ngx_stream_geo_module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<module name="Module ngx_stream_geo_module"
1010
link="/en/docs/stream/ngx_stream_geo_module.html"
1111
lang="en"
12-
rev="1">
12+
rev="2">
1313

1414
<section id="summary">
1515

@@ -111,6 +111,11 @@ This parameter should be the first.
111111
To speed up loading of a geo base, addresses should be put in ascending order.
112112
</tag-desc>
113113

114+
<tag-name id="volatile"><literal>volatile</literal></tag-name>
115+
<tag-desc>
116+
indicates that the variable is not cacheable (1.29.3).
117+
</tag-desc>
118+
114119
</list>
115120
</para>
116121

xml/ru/docs/http/ngx_http_geo_module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Модуль ngx_http_geo_module"
1111
link="/ru/docs/http/ngx_http_geo_module.html"
1212
lang="ru"
13-
rev="5">
13+
rev="6">
1414

1515
<section id="summary">
1616

@@ -139,6 +139,11 @@ IPv6-префиксы поддерживаются начиная с верси
139139
Для ускорения загрузки гео-базы нужно располагать адреса в порядке возрастания.
140140
</tag-desc>
141141

142+
<tag-name id="volatile"><literal>volatile</literal></tag-name>
143+
<tag-desc>
144+
указывает, что переменная не кэшируется (1.29.3).
145+
</tag-desc>
146+
142147
</list>
143148
</para>
144149

xml/ru/docs/stream/ngx_stream_geo_module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<module name="Модуль ngx_stream_geo_module"
1010
link="/ru/docs/stream/ngx_stream_geo_module.html"
1111
lang="ru"
12-
rev="1">
12+
rev="2">
1313

1414
<section id="summary">
1515

@@ -112,6 +112,11 @@ geo $arg_remote_addr $geo {
112112
Для ускорения загрузки гео-базы нужно располагать адреса в порядке возрастания.
113113
</tag-desc>
114114

115+
<tag-name id="volatile"><literal>volatile</literal></tag-name>
116+
<tag-desc>
117+
указывает, что переменная не кэшируется (1.29.3).
118+
</tag-desc>
119+
115120
</list>
116121
</para>
117122

0 commit comments

Comments
 (0)