details: http://freenginx.org/hg/nginx-site/rev/ca4c8ac67c0e
branches:
changeset: 3092:ca4c8ac67c0e
user: Maxim Dounin
date: Wed Jul 31 18:33:11 2024 +0300
description:
Documented Age header handling.
diffstat:
xml/en/docs/http/ngx_http_fastcgi_module.xml | 12 +---
xml/en/docs/http/ngx_http_proxy_module.xml| 12 +---
xml/en/docs/http/ngx_http_scgi_module.xml | 12 +---
xml/en/docs/http/ngx_http_upstream_module.xml | 8 +++-
xml/en/docs/http/ngx_http_uwsgi_module.xml| 12 +---
xml/ru/docs/http/ngx_http_fastcgi_module.xml | 16 +++-
xml/ru/docs/http/ngx_http_proxy_module.xml| 16 +++-
xml/ru/docs/http/ngx_http_scgi_module.xml | 16 +++-
xml/ru/docs/http/ngx_http_upstream_module.xml | 8 +++-
xml/ru/docs/http/ngx_http_uwsgi_module.xml| 16 +++-
10 files changed, 94 insertions(+), 34 deletions(-)
diffs (410 lines):
diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml
b/xml/en/docs/http/ngx_http_fastcgi_module.xml
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
+rev="55">
@@ -649,6 +649,12 @@ with another value, such a response will
taking into account the corresponding request header fields (1.7.7).
+
+If the header includes the Age field
+and caching time is set with the Cache-Control field,
+caching time is reduced accordingly (1.27.3).
+
+
Processing of one or more of these response header fields can be disabled
using the directive.
@@ -766,7 +772,7 @@ The following fields can be ignored: X-Accel-Buffering (1.1.6),
X-Accel-Charset (1.1.6), Expires,
Cache-Control, Set-Cookie (0.8.44),
-and Vary (1.7.7).
+Vary (1.7.7), and Age (1.27.3).
@@ -777,7 +783,7 @@ effect:
X-Accel-Expires, Expires,
Cache-Control, Set-Cookie,
-and Vary
+Vary, and Age
set the parameters of response caching;
diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml
b/xml/en/docs/http/ngx_http_proxy_module.xml
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
+rev="78">
@@ -667,6 +667,12 @@ with another value, such a response will
taking into account the corresponding request header fields (1.7.7).
+
+If the header includes the Age field
+and caching time is set with the Cache-Control field,
+caching time is reduced accordingly (1.27.3).
+
+
Processing of one or more of these response header fields can be disabled
using the directive.
@@ -1011,7 +1017,7 @@ The following fields can be ignored: X-Accel-Buffering (1.1.6),
X-Accel-Charset (1.1.6), Expires,
Cache-Control, Set-Cookie (0.8.44),
-and Vary (1.7.7).
+Vary (1.7.7), and Age (1.27.3).
@@ -1022,7 +1028,7 @@ effect:
X-Accel-Expires, Expires,
Cache-Control, Set-Cookie,
-and Vary
+Vary, and Age
set the parameters of response caching;
diff --git a/xml/en/docs/http/ngx_http_scgi_module.xml
b/xml/en/docs/http/ngx_http_scgi_module.xml
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
+rev="43">
@@ -640,6 +640,12 @@ with another value, such a response will
taking into account the corresponding request header fields (1.7.7).
+
+If the header includes the Age field
+and caching time is set with the Cache-Control field,
+caching time is reduced accordingly (1.27.3).
+
+
Processing of one or more of these response header fields can be disabled
using the directive.
@@ -731,7 +737,7 @@ The following fields can be ignored: X-Accel-Buffering (1.1.6),
X-Accel-Charset (1.1.6), Expires,
Cache-Control, Set-Cookie (0.8.44),
-and Vary (1.7.7).
+Vary (1.7.7), and Age (1.27.3).
@@ -742,7 +748,7 @@ effect:
X-Accel-Expires, Expires,
Cache-Control, Set-Cookie,
-and Vary
+Vary, and Age
set the parameters of response caching;
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 @@
+rev="91">
@@ -574,6 +574,12 @@ are separated by commas and colons like
$upstream_addr variable.
+$upstream_cache_age
+
+
+age of the cache item (1.27.3).
+
+
$upstream_cache_key
diff --git a/xml/en/docs/http/ngx_http_uwsgi_module.xml
b/xml/en/docs/http/ngx_http_uwsgi_module.xml
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
+rev="52">
@@ -640,6 +640,12 @@ with another value, such a response will
taking into account the corresponding request header fields (1.7.7).
+
+If the header includes the Age field
+and caching time is set with the Cache-Control field,
+caching time is reduced accordingly (1.27.3).
+
+
Processing of one or more of these response header fields can be di