uWSGI + nginx for django project, error with strting uwsgi uWSGI + nginx for django project, error with strting uwsgi nginx nginx

uWSGI + nginx for django project, error with strting uwsgi


unix sockets must obey to file permission schemes. So /var/run must be writable by www-data and nginx must be able to read/write /var/run/uwsgi.sock

If you are not familiar with this kind of things, you should use tcp sockets (choose a port and you are ready)


how set version of python for uwsgi?

Set option plugins in uwsgi settings:

[uwsgi]...plugins = python27...