[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Tools Stack / wiki/gunicorn.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # 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.