comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1973:3460bd328287

Documented cache version change in proxy_cache_path and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 21 Apr 2017 21:15:02 +0300
parents dd96a09dd4f7
children 4f3dd2f548cf
comparison
equal deleted inserted replaced
1972:e497e92a9521 1973:3460bd328287
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="45"> 13 rev="46">
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
524 </tag-desc> 524 </tag-desc>
525 525
526 </list> 526 </list>
527 </para> 527 </para>
528 528
529 <para>
530 <note>
531 In versions 1.7.3, 1.7.7, and 1.11.10 cache header format has been changed.
532 Previously cached responses will be considered invalid
533 after upgrading to a newer nginx version.
534 </note>
535 </para>
536
529 </directive> 537 </directive>
530 538
531 539
532 <directive name="fastcgi_cache_purge"> 540 <directive name="fastcgi_cache_purge">
533 <syntax>string ...</syntax> 541 <syntax>string ...</syntax>