What role does Nginx play when configured as a reverse proxy in front of an application server?
It replaces the application's database and stores all application records.
It forces clients to connect directly to every backend port.
It runs in each user's browser and routes requests without a server.
It accepts client requests at a public entry point and forwards matching traffic to a backend service.