Skip to content

Commit 6b35848

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ Proxying is typically used to distribute the load among several servers, seamles
1919

2020
When NGINX proxies a request, it:
2121

22-
1. Sends the request to a specified proxied server
23-
24-
2. Fetches the response
25-
26-
3. Sends the response back to the client.
22+
1. Sends the request to a specified proxy server
23+
1. Fetches the response
24+
1. Sends the response back to the client.
2725

2826
It is possible to proxy requests to an HTTP server (another NGINX server or any other server) or a non-HTTP server (which can run an application developed with a specific framework, such as PHP or Python) using a specified protocol. Supported protocols include [FastCGI](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html), [uwsgi](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html), [SCGI](https://nginx.org/en/docs/http/ngx_http_scgi_module.html), and [memcached](https://nginx.org/en/docs/http/ngx_http_memcached_module.html).
2927

0 commit comments

Comments
 (0)