changeset 1246:5be7716a5684

Documented If-None-Match in proxy_cache_revalidate and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 09 Jul 2014 18:35:08 +0400
parents 6958c35e16aa
children 7020b8262dc0
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml
diffstat 8 files changed, 24 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -435,7 +435,8 @@ This functionality is available as part 
 
 <para>
 Enables revalidation of expired cache items using conditional requests with
-the <header>If-Modified-Since</header> header field.
+the <header>If-Modified-Since</header> and <header>If-None-Match</header>
+header fields.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -433,7 +433,8 @@ This functionality is available as part 
 
 <para>
 Enables revalidation of expired cache items using conditional requests with
-the <header>If-Modified-Since</header> header field.
+the <header>If-Modified-Since</header> and <header>If-None-Match</header>
+header fields.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -426,7 +426,8 @@ This functionality is available as part 
 
 <para>
 Enables revalidation of expired cache items using conditional requests with
-the <header>If-Modified-Since</header> header field.
+the <header>If-Modified-Since</header> and <header>If-None-Match</header>
+header fields.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -426,7 +426,8 @@ This functionality is available as part 
 
 <para>
 Enables revalidation of expired cache items using conditional requests with
-the <header>If-Modified-Since</header> header field.
+the <header>If-Modified-Since</header> and <header>If-None-Match</header>
+header fields.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -433,7 +433,8 @@ server {
 
 <para>
 Разрешает ревалидацию просроченных элементов кэша при помощи
-условных запросов с полем заголовка <header>If-Modified-Since</header>.
+условных запросов с полями заголовка
+<header>If-Modified-Since</header> и <header>If-None-Match</header>.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -431,7 +431,8 @@ server {
 
 <para>
 Разрешает ревалидацию просроченных элементов кэша при помощи
-условных запросов с полем заголовка <header>If-Modified-Since</header>.
+условных запросов с полями заголовка
+<header>If-Modified-Since</header> и <header>If-None-Match</header>.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -424,7 +424,8 @@ server {
 
 <para>
 Разрешает ревалидацию просроченных элементов кэша при помощи
-условных запросов с полем заголовка <header>If-Modified-Since</header>.
+условных запросов с полями заголовка
+<header>If-Modified-Since</header> и <header>If-None-Match</header>.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -424,7 +424,8 @@ server {
 
 <para>
 Разрешает ревалидацию просроченных элементов кэша при помощи
-условных запросов с полем заголовка <header>If-Modified-Since</header>.
+условных запросов с полями заголовка
+<header>If-Modified-Since</header> и <header>If-None-Match</header>.
 </para>
 
 </directive>