# HG changeset patch # User Ruslan Ermilov # Date 1495814281 -10800 # Node ID 7bf1a73248f54b2fe59ab00cd87bd37a23e1fe93 # Parent aa977155cd4328b1cfde0088f9e510a9736b129e Documented that proxy_pass doesn't allow URI in named locations. diff -r aa977155cd43 -r 7bf1a73248f5 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Fri May 26 11:36:37 2017 +0000 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Fri May 26 18:58:01 2017 +0300 @@ -1419,9 +1419,11 @@ -When location is specified using a regular expression. +When location is specified using a regular expression, +and also inside named locations. -In this case, the directive should be specified without a URI. +In these cases, +proxy_pass should be specified without a URI. diff -r aa977155cd43 -r 7bf1a73248f5 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Fri May 26 11:36:37 2017 +0000 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Fri May 26 18:58:01 2017 +0300 @@ -1421,9 +1421,11 @@ -Если location задан регулярным выражением. +Если location задан регулярным выражением, +а также в именованных location’ах. -В этом случае директиву следует указывать без URI. +В этих случаях +proxy_pass следует указывать без URI.