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

Related questions

0 votes
0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986
0 votes
asked Sep 29, 2020 in NGINX by GeorgeBell
0 votes
asked Sep 29, 2020 in NGINX by GeorgeBell
0 votes
asked Aug 5, 2020 in NGINX by SakshiSharma
...