comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1345:da296387cdac

Documented the Vary support in proxy_ignore_headers and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 Oct 2014 15:28:02 +0400
parents 1bdde28e359b
children 97c8b146cb0e
comparison
equal deleted inserted replaced
1344:2079e44e748f 1345:da296387cdac
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="9"> 13 rev="10">
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
610 Disables processing of certain response header fields from the SCGI server. 610 Disables processing of certain response header fields from the SCGI server.
611 The following fields can be ignored: <header>X-Accel-Redirect</header>, 611 The following fields can be ignored: <header>X-Accel-Redirect</header>,
612 <header>X-Accel-Expires</header>, <header>X-Accel-Limit-Rate</header> (1.1.6), 612 <header>X-Accel-Expires</header>, <header>X-Accel-Limit-Rate</header> (1.1.6),
613 <header>X-Accel-Buffering</header> (1.1.6), 613 <header>X-Accel-Buffering</header> (1.1.6),
614 <header>X-Accel-Charset</header> (1.1.6), <header>Expires</header>, 614 <header>X-Accel-Charset</header> (1.1.6), <header>Expires</header>,
615 <header>Cache-Control</header>, and <header>Set-Cookie</header> (0.8.44). 615 <header>Cache-Control</header>, <header>Set-Cookie</header> (0.8.44),
616 and <header>Vary</header> (1.7.7).
616 </para> 617 </para>
617 618
618 <para> 619 <para>
619 If not disabled, processing of these header fields has the following 620 If not disabled, processing of these header fields has the following
620 effect: 621 effect:
621 <list type="bullet" compact="no"> 622 <list type="bullet" compact="no">
622 623
623 <listitem> 624 <listitem>
624 <header>X-Accel-Expires</header>, <header>Expires</header>, 625 <header>X-Accel-Expires</header>, <header>Expires</header>,
625 <header>Cache-Control</header>, and <header>Set-Cookie</header> 626 <header>Cache-Control</header>, <header>Set-Cookie</header>,
627 and <header>Vary</header>
626 set the parameters of response <link id="scgi_cache_valid">caching</link>; 628 set the parameters of response <link id="scgi_cache_valid">caching</link>;
627 </listitem> 629 </listitem>
628 630
629 <listitem> 631 <listitem>
630 <header>X-Accel-Redirect</header> performs an 632 <header>X-Accel-Redirect</header> performs an