index 9d033c0..a527ae4 100644
@@ -6,6 +6,4 @@ visibility: public
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, handles concurrency, and speaks WSGI. [[systemd]] keeps it alive.
-
-**why gunicorn:** simple, reliable, zero-config for basic deployments. `gunicorn app:app` and you're running.
\ No newline at end of file
+**role in the deploy chain:** [[Cloudflare]] → [[AWS Lightsail]] → [[nginx]] → gunicorn → Python app. gunicorn manages worker processes and speaks WSGI. [[systemd]] keeps it alive.
\ No newline at end of file