Networking - Technology
Reverse proxy
A server that receives requests on behalf of systems behind it
What's it for?
Receives requests for one or more systems behind it and then sends each request to the right place.
For example…
A reverse proxy receives traffic for app.example.com and forwards requests to whichever internal application server is healthy.
Nginx acts as a reverse proxy so the public internet never connects directly to the application's internal server addresses