comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 7041bddec07d
children 92e5dca02091
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
664 This has lower priority than using the directive parameters. 664 This has lower priority than using the directive parameters.
665 <list type="bullet" compact="no"> 665 <list type="bullet" compact="no">
666 666
667 <listitem> 667 <listitem>
668 The 668 The
669 “<link url="https://tools.ietf.org/html/rfc5861#section-3">stale-while-revalidate</link>” 669 “<link url="https://datatracker.ietf.org/doc/html/rfc5861#section-3">stale-while-revalidate</link>”
670 extension of the <header>Cache-Control</header> header field permits 670 extension of the <header>Cache-Control</header> header field permits
671 using a stale cached response if it is currently being updated. 671 using a stale cached response if it is currently being updated.
672 </listitem> 672 </listitem>
673 673
674 <listitem> 674 <listitem>
675 The 675 The
676 “<link url="https://tools.ietf.org/html/rfc5861#section-4">stale-if-error</link>” 676 “<link url="https://datatracker.ietf.org/doc/html/rfc5861#section-4">stale-if-error</link>”
677 extension of the <header>Cache-Control</header> header field permits 677 extension of the <header>Cache-Control</header> header field permits
678 using a stale cached response in case of an error. 678 using a stale cached response in case of an error.
679 </listitem> 679 </listitem>
680 680
681 </list> 681 </list>
1046 <tag-name><literal>http_429</literal></tag-name> 1046 <tag-name><literal>http_429</literal></tag-name>
1047 <tag-desc>a server returned a response with the code 429 (1.11.13);</tag-desc> 1047 <tag-desc>a server returned a response with the code 429 (1.11.13);</tag-desc>
1048 1048
1049 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name> 1049 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
1050 <tag-desc>normally, requests with a 1050 <tag-desc>normally, requests with a
1051 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link> 1051 <link url="https://datatracker.ietf.org/doc/html/rfc7231#section-4.2.2">non-idempotent</link>
1052 method 1052 method
1053 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>) 1053 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
1054 are not passed to the next server 1054 are not passed to the next server
1055 if a request has been sent to an upstream server (1.9.13); 1055 if a request has been sent to an upstream server (1.9.13);
1056 enabling this option explicitly allows retrying such requests; 1056 enabling this option explicitly allows retrying such requests;
1164 defined on the current level. 1164 defined on the current level.
1165 </para> 1165 </para>
1166 1166
1167 <para> 1167 <para>
1168 Standard 1168 Standard
1169 <link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI 1169 <link url="https://datatracker.ietf.org/doc/html/rfc3875#section-4.1">CGI
1170 environment variables</link> 1170 environment variables</link>
1171 should be provided as uwsgi headers, see the <path>uwsgi_params</path> file 1171 should be provided as uwsgi headers, see the <path>uwsgi_params</path> file
1172 provided in the distribution: 1172 provided in the distribution:
1173 <example> 1173 <example>
1174 location / { 1174 location / {