comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents ec4af97e4403
children dd96a09dd4f7
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
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="35"> 13 rev="36">
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
1016 <tag-name><literal>http_404</literal></tag-name> 1016 <tag-name><literal>http_404</literal></tag-name>
1017 <tag-desc>a server returned a response with the code 404;</tag-desc> 1017 <tag-desc>a server returned a response with the code 404;</tag-desc>
1018 1018
1019 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name> 1019 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
1020 <tag-desc>normally, requests with a 1020 <tag-desc>normally, requests with a
1021 <link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link> 1021 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
1022 method 1022 method
1023 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>) 1023 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
1024 are not passed to the next server 1024 are not passed to the next server
1025 if a request has been sent to an upstream server (1.9.13); 1025 if a request has been sent to an upstream server (1.9.13);
1026 enabling this option explicitly allows retrying such requests; 1026 enabling this option explicitly allows retrying such requests;
1134 directives defined on the current level. 1134 directives defined on the current level.
1135 </para> 1135 </para>
1136 1136
1137 <para> 1137 <para>
1138 Standard 1138 Standard
1139 <link url="http://tools.ietf.org/html/rfc3875#section-4.1">CGI 1139 <link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI
1140 environment variables</link> 1140 environment variables</link>
1141 should be provided as uwsgi headers, see the <path>uwsgi_params</path> file 1141 should be provided as uwsgi headers, see the <path>uwsgi_params</path> file
1142 provided in the distribution: 1142 provided in the distribution:
1143 <example> 1143 <example>
1144 location / { 1144 location / {