nginx
reverse proxy and web server. handles SSL termination, routing, and static file serving.
role in the deploy chain: Cloudflare → AWS Lightsail → nginx → gunicorn → app. nginx terminates SSL and proxies to the app server on localhost. systemd keeps it running.
deep dive: awesome-nginx — full list of nginx resources, modules, and guides.