comparison xml/en/docs/http/ngx_http_proxy_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 dd4cfc6ce770
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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="21"> 13 rev="22">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
431 <context>location</context> 431 <context>location</context>
432 <appeared-in>1.5.7</appeared-in> 432 <appeared-in>1.5.7</appeared-in>
433 433
434 <para> 434 <para>
435 Enables revalidation of expired cache items using conditional requests with 435 Enables revalidation of expired cache items using conditional requests with
436 the <header>If-Modified-Since</header> header field. 436 the <header>If-Modified-Since</header> and <header>If-None-Match</header>
437 header fields.
437 </para> 438 </para>
438 439
439 </directive> 440 </directive>
440 441
441 442