diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1011:2ad2f30efdf2

Documented the "fastcgi_" and "proxy_cache_revalidate" directives.
author Vladimir Homutov <vl@nginx.com>
date Tue, 19 Nov 2013 17:08:49 +0400
parents 2275611970dd
children af77dd40abeb
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Mon Nov 11 11:56:10 2013 +0400
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Nov 19 17:08:49 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -366,6 +366,21 @@
 </directive>
 
 
+<directive name="proxy_cache_revalidate">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Enables revalidation of expired cache items using conditional requests with
+the <header>If-Modified-Since</header> header field.
+</para>
+
+</directive>
+
+
 <directive name="proxy_cache_use_stale">
 <syntax>
     <literal>error</literal> |