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
Post a Comment