comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1353:25db29c8875e

Documented how the "Vary" response header field affects caching.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 14 Nov 2014 10:40:00 +0300
parents dbb618f60a54
children e0e1e5db06bb
comparison
equal deleted inserted replaced
1352:dbb618f60a54 1353:25db29c8875e
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="12"> 13 rev="13">
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
532 <listitem> 532 <listitem>
533 If the header includes the <header>Set-Cookie</header> field, such a 533 If the header includes the <header>Set-Cookie</header> field, such a
534 response will not be cached. 534 response will not be cached.
535 </listitem> 535 </listitem>
536 536
537 <listitem>
538 If the header includes the <header>Vary</header> field
539 with the special value “<literal>*</literal>”, such a
540 response will not be cached (1.7.7).
541 If the header includes the <header>Vary</header> field
542 with another value, such a response will be cached
543 taking into account the corresponding request header fields (1.7.7).
544 </listitem>
545
537 </list> 546 </list>
538 Processing of one or more of these response header fields can be disabled 547 Processing of one or more of these response header fields can be disabled
539 using the <link id="uwsgi_ignore_headers"/> directive. 548 using the <link id="uwsgi_ignore_headers"/> directive.
540 </para> 549 </para>
541 550