Description
HTTP traffic can be forwarded through a very small reverse proxy for simple development or deployment setups. It is useful when a lightweight proxy is enough and a larger web server configuration would be unnecessary.
Reverse proxies sit between users and services, so mistakes can expose internal apps, headers or credentials. Review listening addresses, upstream targets and TLS expectations before using it publicly.