diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1989:7bf1a73248f5

Documented that proxy_pass doesn't allow URI in named locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 May 2017 18:58:01 +0300
parents 8f1a568a8bbf
children a108f1ff1690
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -1419,9 +1419,11 @@ In some cases, the part of a request URI
 <list type="bullet" compact="no">
 
 <listitem>
-When location is specified using a regular expression.
+When location is specified using a regular expression,
+and also inside named locations.
 <para>
-In this case, the directive should be specified without a URI.
+In these cases,
+<literal>proxy_pass</literal> should be specified without a URI.
 </para>
 </listitem>