# HG changeset patch # User Ruslan Ermilov # Date 1477555431 -10800 # Node ID 0c4b43e26cea320c89ff9f41a0a55e3de2dfb60c # Parent c30d3557ec6818eec89fe23b727348acef26e1fb Documented variables support in proxy_method. diff -r c30d3557ec68 -r 0c4b43e26cea xml/en/docs/http/ngx_http_proxy_module.xml --- 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 @@ + rev="52">
@@ -1107,6 +1107,7 @@ Specifies the HTTP method 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). diff -r c30d3557ec68 -r 0c4b43e26cea xml/ru/docs/http/ngx_http_proxy_module.xml --- 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 @@ + rev="52">
@@ -1107,6 +1107,7 @@ Задаёт HTTP-метод, который будет использоваться в передаваемых на проксируемый сервер запросах вместо метода из клиентского запроса. +В значении параметра допустимо использование переменных (1.11.6).