Nginx can't access a uWSGI unix socket on CentOS 7
问题 I have configured uWSGI to serve my Django app on a unix socket, and Nginx as a proxy to this socket. The server is running CentOS 7. I think I have configured Nginx so that it has permission to read and write to uWSGI's socket, but I'm still getting a permission denied error. Why can't Nginx access the uWSGI socket on CentOS 7? [uwsgi] socket=/socket/uwsgi.sock virtualenv=/home/site/virtsite/ chdir=/home/site/wsgitest/ module=wsgitest.wsgi:application vhost = true master=True workers=8 chmod