Hacker News new | ask | show | jobs
by phantom_oracle 3631 days ago
Nice tutorial, but this is the easy part.

Hosting a Django/Rails app in a production-ready environment is presumably a lot more difficult than this.

1 comments

For production, I've been always using this tutorial [0] since 2013 and it works flawlessly : Django + nginx + supervisor. What's the problem ?

[0]: http://michal.karzynski.pl/blog/2013/06/09/django-nginx-guni...