[nginx-site] Documented $upstream_cache_key.

Maxim Dounin mdounin at mdounin.ru
Sun May 26 23:21:24 UTC 2024


details:   http://freenginx.org/hg/nginx-site/rev/0bbf14c9fd66
branches:  
changeset: 3084:0bbf14c9fd66
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Fri May 24 03:49:10 2024 +0300
description:
Documented $upstream_cache_key.

diffstat:

 xml/en/docs/http/ngx_http_upstream_module.xml |  8 +++++++-
 xml/ru/docs/http/ngx_http_upstream_module.xml |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (50 lines):

diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="89">
+        rev="90">
 
 <section id="summary">
 
@@ -574,6 +574,12 @@ are separated by commas and colons like 
 <link id="var_upstream_addr">$upstream_addr</link> variable.
 </tag-desc>
 
+<tag-name id="var_upstream_cache_key"><var>$upstream_cache_key</var>
+</tag-name>
+<tag-desc>
+the cache key being used (1.27.1).
+</tag-desc>
+
 <tag-name id="var_upstream_cache_status"><var>$upstream_cache_status</var>
 </tag-name>
 <tag-desc>
diff --git a/xml/ru/docs/http/ngx_http_upstream_module.xml b/xml/ru/docs/http/ngx_http_upstream_module.xml
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="89">
+        rev="90">
 
 <section id="summary">
 
@@ -581,6 +581,12 @@ server {
 <link id="var_upstream_addr">$upstream_addr</link>.
 </tag-desc>
 
+<tag-name id="var_upstream_cache_key"><var>$upstream_cache_key</var>
+</tag-name>
+<tag-desc>
+используемый ключ кэширования (1.27.1).
+</tag-desc>
+
 <tag-name id="var_upstream_cache_status"><var>$upstream_cache_status</var>
 </tag-name>
 <tag-desc>


More information about the nginx-devel mailing list