diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1610:2d60caa1c1dd

Documented headers that are stripped when caching is enabled.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Nov 2015 22:47:00 +0300
parents 12714bbf9230
children 680cbf783efe
line wrap: on
line diff
--- 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="43">
+        rev="44">
 
 <section id="summary">
 
@@ -1660,6 +1660,15 @@ By default, only two fields are redefine
 proxy_set_header Host       $proxy_host;
 proxy_set_header Connection close;
 </example>
+If caching is enabled, the header fields
+<header>If-Modified-Since</header>,
+<header>If-Unmodified-Since</header>,
+<header>If-None-Match</header>,
+<header>If-Match</header>,
+<header>Range</header>,
+and
+<header>If-Range</header>
+from the original request are not passed to the proxied server.
 </para>
 
 <para>