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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @abhyudayasrinet,
What I could suggest is checking your Nginx error log for more information on what the actual problem is rather than the generic 502 error.
To do so, you could run the following command:
- sudo tail -100 /var/log/nginx/error.log
For more information on how to troubleshoot common Nginx problems, you could follow the steps here:
Feel free to post the errors here as well. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.