comparison 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
comparison
equal deleted inserted replaced
1988:aa977155cd43 1989:7bf1a73248f5
1417 <para> 1417 <para>
1418 In some cases, the part of a request URI to be replaced cannot be determined: 1418 In some cases, the part of a request URI to be replaced cannot be determined:
1419 <list type="bullet" compact="no"> 1419 <list type="bullet" compact="no">
1420 1420
1421 <listitem> 1421 <listitem>
1422 When location is specified using a regular expression. 1422 When location is specified using a regular expression,
1423 <para> 1423 and also inside named locations.
1424 In this case, the directive should be specified without a URI. 1424 <para>
1425 In these cases,
1426 <literal>proxy_pass</literal> should be specified without a URI.
1425 </para> 1427 </para>
1426 </listitem> 1428 </listitem>
1427 1429
1428 <listitem> 1430 <listitem>
1429 When the URI is changed inside a proxied location using the 1431 When the URI is changed inside a proxied location using the