Skip to content

Commit 87570df

Browse files
JTorreGADubhlaoich
andauthored
Update content/nginx/admin-guide/web-server/reverse-proxy.md
Co-authored-by: Alan Dooley <[email protected]>
1 parent 6b35848 commit 87570df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ 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-
4746
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).
4847

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

0 commit comments

Comments
 (0)