Skip to content

Commit fbcc5f6

Browse files
noxian-bytey82
andauthored
Update content/nginx/admin-guide/web-server/reverse-proxy.md
Co-authored-by: yar <[email protected]>
1 parent c83daa1 commit fbcc5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/web-server/reverse-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ location ~ \.php {
4343

4444
Note that in the first example above, the address of the proxied server is followed by a URI, `/link/`. If the URI is specified along with the address, it replaces the part of the request URI that matches the location parameter.
4545

46-
For example, the request with the `/some/path/page.html` URI will be proxied to `http://www.example.com/link/page.html`. However, if a path is not specified or it is not possible to determine the part of URI to be replaced, the full request URI is passed (possibly, modified).
46+
For example, the request with the `/some/path/page.html` URI will be proxied to `http://www.example.com/link/page.html`. However, if the address is specified without a URI, or it is not possible to determine the part of URI to be replaced, the full request URI is passed (possibly, modified).
4747

4848
To pass a request to a non-HTTP proxied server, the appropriate `**_pass` directive should be used:
4949

0 commit comments

Comments
 (0)