comparison xml/en/docs/http/ngx_http_proxy_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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="57"> 13 rev="58">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1230 <tag-name><literal>http_404</literal></tag-name> 1230 <tag-name><literal>http_404</literal></tag-name>
1231 <tag-desc>a server returned a response with the code 404;</tag-desc> 1231 <tag-desc>a server returned a response with the code 404;</tag-desc>
1232 1232
1233 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name> 1233 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
1234 <tag-desc>normally, requests with a 1234 <tag-desc>normally, requests with a
1235 <link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link> 1235 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
1236 method 1236 method
1237 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>) 1237 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
1238 are not passed to the next server 1238 are not passed to the next server
1239 if a request has been sent to an upstream server (1.9.13); 1239 if a request has been sent to an upstream server (1.9.13);
1240 enabling this option explicitly allows retrying such requests; 1240 enabling this option explicitly allows retrying such requests;