Tech / writing
Jun 4, 2026 · 2 min
How to Deploy Django on a VPS with Gunicorn, Nginx and a Unix Socket
My exact, repeatable convention for putting a Django app into production on a Linux VPS — gunicorn over a unix socket, nginx reverse proxy, systemd, and a clean wrapper layout.