Reverse proxy
Server that accepts incoming traffic and forwards it to a backend.
Common jobs: TLS termination, load balancing, caching, compression, security filtering. nginx, HAProxy, Traefik, Caddy. Different from a forward proxy: forward hides the client, reverse hides the server.