I am getting this error in my nginx-error.log file:
nginx-error.log
2014/02/17 03:42:20 [crit] 5455#0: *1 connect() to unix:/tmp/uwsgi.sock failed (13: Permissi
You have to set these permissions (chmod/chown) in uWSGI configuration.
chmod
chown
It is the chmod-socket and the chown-socket.
chmod-socket
chown-socket
http://uwsgi-docs.readthedocs.org/en/latest/Options.html#chmod-socket http://uwsgi-docs.readthedocs.org/en/latest/Options.html#chown-socket