I try to create a socket for communication between uwsgi and nginx.
The difficulty is that I don't know what major and minor numbers I should specify:
v:/tmp# mknod wsgi_pgame.sock c
mknod: missing operand after `c'
Special files require major and minor device numbers.
And I don't know whether the device should be block or character.
Could you please help?