comparison xml/en/docs/http/ngx_http_proxy_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 8f1a568a8bbf
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_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="59"> 13 rev="60">
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
540 </tag-desc> 540 </tag-desc>
541 541
542 </list> 542 </list>
543 </para> 543 </para>
544 544
545 <para>
546 <note>
547 In versions 1.7.3, 1.7.7, and 1.11.10 cache header format has been changed.
548 Previously cached responses will be considered invalid
549 after upgrading to a newer nginx version.
550 </note>
551 </para>
552
545 </directive> 553 </directive>
546 554
547 555
548 <directive name="proxy_cache_purge"> 556 <directive name="proxy_cache_purge">
549 <syntax>string ...</syntax> 557 <syntax>string ...</syntax>