diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1345:da296387cdac

Documented the Vary support in proxy_ignore_headers and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 Oct 2014 15:28:02 +0400
parents 1bdde28e359b
children 97c8b146cb0e
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Oct 29 07:54:53 2014 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Oct 29 15:28:02 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -814,7 +814,8 @@
 <header>X-Accel-Expires</header>, <header>X-Accel-Limit-Rate</header> (1.1.6),
 <header>X-Accel-Buffering</header> (1.1.6),
 <header>X-Accel-Charset</header> (1.1.6), <header>Expires</header>,
-<header>Cache-Control</header>, and <header>Set-Cookie</header> (0.8.44).
+<header>Cache-Control</header>, <header>Set-Cookie</header> (0.8.44),
+and <header>Vary</header> (1.7.7).
 </para>
 
 <para>
@@ -824,7 +825,8 @@
 
 <listitem>
 <header>X-Accel-Expires</header>, <header>Expires</header>,
-<header>Cache-Control</header>, and <header>Set-Cookie</header>
+<header>Cache-Control</header>, <header>Set-Cookie</header>,
+and <header>Vary</header>
 set the parameters of response <link id="proxy_cache_valid">caching</link>;
 </listitem>