gunicorn
Python WSGI HTTP server. runs Python web apps (Flask, Django) in production.
role in the deploy chain: Cloudflare → AWS Lightsail → nginx → gunicorn → Python app. gunicorn manages worker processes and speaks WSGI. systemd keeps it alive.
Python WSGI HTTP server. runs Python web apps (Flask, Django) in production.
role in the deploy chain: Cloudflare → AWS Lightsail → nginx → gunicorn → Python app. gunicorn manages worker processes and speaks WSGI. systemd keeps it alive.