Reverse Proxy

A reverse proxy is a server that sits in front of web servers and forwards requests from the client (e.g. web browser) to those web servers. Reverse proxies are typically implemented to help increase security, performance, and reliability. A very popular server which is used as a reverse proxy is NGINX.