comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 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 f25d00109de0
children 57fc39924d42
comparison
equal deleted inserted replaced
1245:6958c35e16aa 1246:5be7716a5684
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="15"> 13 rev="16">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
433 <context>location</context> 433 <context>location</context>
434 <appeared-in>1.5.7</appeared-in> 434 <appeared-in>1.5.7</appeared-in>
435 435
436 <para> 436 <para>
437 Enables revalidation of expired cache items using conditional requests with 437 Enables revalidation of expired cache items using conditional requests with
438 the <header>If-Modified-Since</header> header field. 438 the <header>If-Modified-Since</header> and <header>If-None-Match</header>
439 header fields.
439 </para> 440 </para>
440 441
441 </directive> 442 </directive>
442 443
443 444