#How to set up gunicorn with django and nginx?
9 messages · Page 1 of 1 (latest)
This will die if you close the terminal
unix socket vs tcp socket (0.0.0.0:8000) doesn't fundamentally matter
unix socket is faster but it's harder to setup because you need to care of permissions
Well, dockerized setup might be a different matter
Since docker takes care of things
But I don't really use it, so can't advice much
No, that's completely different
If you are looking for docker deployment better check guides specifically for it
General guides will also likely work, but some steps might be excessive then\