Technical definition
Reverse proxy
A server that receives incoming web requests and forwards them to the correct application process.
What It Means
A reverse proxy receives incoming web requests and forwards them to the correct application process. It can also participate in SSL handling and request routing.
A Useful Analogy
A reverse proxy is a receptionist that directs visitors to the correct office.