installation - Help to set up nginx+fastcgi webserver for django -


it first time going deploy django project in production server. big fan of pure nginx+fastcgi , try avoid apache @ cost. on other hand know configuring nginx+fastcgi can painful. wasted literally days figure out how set , fix 502, 504 errors on nginx+php-fastcgi arrangement. if climb mountain of difficulties rock solid , fantastic, specially server tight resources.

so if think practice worth doing django, appreciate if point me painless tutorial set nginx+fastcgi serve django, or share experience it

instead of going through that, suggest @ gunicorn, preconfigured handle django, , written in pure python. don't let fool though, it's fast. proxy_pass request gunicorn on unix socket or regular network port , handles rest. here's gunicorn webpage.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -