2017/06/09 12:50:48 [crit] 7925#7925: *12 connect() to unix:/home/user/firstsite/firstsite.sock failed (13: Permission denied) while connecting to upstream, client: 127.0.0.1, server: firstsite.com, request: “GET / HTTP/1.1”, upstream: “uwsgi://unix:/home/user/firstsite/firstsite.sock:”, host: “firstsite.com”
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @bhuvaneshwarys:
I have solved it. There was a configuration error in nginx. my wsgi params was not properly configured. I confirured it. and it solved
@bhuvaneshwarys
It is a good idea to show us the configuration error and how did you solve it.
Thanks.
I have solved it. There was a configuration error in nginx. my wsgi params was not properly configured. I confirured it. and it solved