Thank you for reply.

>
> check uWSGI logs, very probably it was not able to bind to the socket and
> died.
>

I check it and socket is create correctly.
Now,  this problem became clear !

>> socket=/tmp/aaa.sock

This config occur problem.

nginx is configed Privatetmp=true, so can not find /tmp/aaa.sock !

Change to

chown-socket = nginx:nginx
socket=/var/run/aaa.sock

uwsgi work complete!

Thank you
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to