Question
502 error for deploying flask + nginx + uwsgi in centos
I was following the following tutorial: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-centos-7
to deploy a flask app on our hosting but I am running into a permissions issue for nginx.
The details are described in this stackoverflow post here: https://stackoverflow.com/questions/65308170/nginx-cant-read-sock-file-when-deploying-flask-uwsgi-nginx
When I run nginx as root, everything works fine so I am pretty sure it’s a permission issue but I’m not able to find out where am I going wrong.
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.
×