Hello all,
I've identified part of my problem: I'm missing a socket. I have this in my
Nginx configuration:
uwsgi_pass unix:/tmp/uwsgi.sock;

But I have no uwsgi.sock in /tmp or anywhere else. This command returns
nothing at all:
sudo find / -name 'uwsgi.sock'

I'm not sure what to do about this. TCP ports aren't really an option given
firewall settings, assuming UWSGI can use them like PHP5-FPM can. What
might I be missing? The articles and docs I've found seem to assume the
presence of this socket and mention nothing about what happens if you're
missing it. Any ideas? Thanks.

-- 
Alex Hall
Automatic Distributors, IT department
[email protected]
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to