comparison xml/en/docs/http/ngx_http_scgi_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_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
424 <context>location</context> 424 <context>location</context>
425 <appeared-in>1.5.7</appeared-in> 425 <appeared-in>1.5.7</appeared-in>
426 426
427 <para> 427 <para>
428 Enables revalidation of expired cache items using conditional requests with 428 Enables revalidation of expired cache items using conditional requests with
429 the <header>If-Modified-Since</header> header field. 429 the <header>If-Modified-Since</header> and <header>If-None-Match</header>
430 header fields.
430 </para> 431 </para>
431 432
432 </directive> 433 </directive>
433 434
434 435