comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1833:0c4b43e26cea

Documented variables support in proxy_method.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 27 Oct 2016 11:03:51 +0300
parents 35ec213c16cf
children 0d6ac4838921
comparison
equal deleted inserted replaced
1832:c30d3557ec68 1833:0c4b43e26cea
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="51"> 13 rev="52">
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
1105 <context>location</context> 1105 <context>location</context>
1106 1106
1107 <para> 1107 <para>
1108 Specifies the HTTP <value>method</value> to use in requests forwarded 1108 Specifies the HTTP <value>method</value> to use in requests forwarded
1109 to the proxied server instead of the method from the client request. 1109 to the proxied server instead of the method from the client request.
1110 Parameter value can contain variables (1.11.6).
1110 </para> 1111 </para>
1111 1112
1112 </directive> 1113 </directive>
1113 1114
1114 1115