changeset 1833:0c4b43e26cea

Documented variables support in proxy_method.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 27 Oct 2016 11:03:51 +0300
parents c30d3557ec68
children 1d0811707e09
files xml/en/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Oct 25 15:01:47 2016 +0300
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Oct 27 11:03:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="51">
+        rev="52">
 
 <section id="summary">
 
@@ -1107,6 +1107,7 @@
 <para>
 Specifies the HTTP <value>method</value> to use in requests forwarded
 to the proxied server instead of the method from the client request.
+Parameter value can contain variables (1.11.6).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Tue Oct 25 15:01:47 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Thu Oct 27 11:03:51 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="51">
+        rev="52">
 
 <section id="summary">
 
@@ -1107,6 +1107,7 @@
 Задаёт HTTP-<value>метод</value>, который будет использоваться
 в передаваемых на проксируемый сервер запросах вместо метода
 из клиентского запроса.
+В значении параметра допустимо использование переменных (1.11.6).
 </para>
 
 </directive>