comparison xml/en/docs/http/ngx_http_uwsgi_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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="37"> 13 rev="38">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
515 </tag-desc> 515 </tag-desc>
516 516
517 </list> 517 </list>
518 </para> 518 </para>
519 519
520 <para>
521 <note>
522 In versions 1.7.3, 1.7.7, and 1.11.10 cache header format has been changed.
523 Previously cached responses will be considered invalid
524 after upgrading to a newer nginx version.
525 </note>
526 </para>
527
520 </directive> 528 </directive>
521 529
522 530
523 <directive name="uwsgi_cache_purge"> 531 <directive name="uwsgi_cache_purge">
524 <syntax>string ...</syntax> 532 <syntax>string ...</syntax>