Deploying web app with Nginx and Cloudflare
This setup is for Django app but can also applies to other platform as well. The general setup before we get into details:-
Run django with gunicorn
Manage the gunicorn process with systemd
Nginx as reverse proxy that forward incoming requests to ...
grep.koditi.my3 min read