0 votes
in NGINX by
What is Nginx reverse proxy?

1 Answer

0 votes
by

A reverse proxy is an intermediary proxy service that takes a client request, passes it on to one or more servers, and subsequently delivers the server's response to the client. A common reverse proxy configuring is to put Nginx in front of an Apache webserver.

Source: Setting up an Nginx Reverse Proxy

...