Nginx not serving static files
Hi everyone I am trying to upload a application using Nginx, Gunicorn, Django application run fine in development environment but for production it does not serves static files. I tried hard but failed to find any solution so I am posting here.Here is my NGINX configuration
Here is my settings.py
Here are the results of running python manage.py collectstatic no problem all static files are collected properly
Here are all the templates and html files those I am using
some more
Here is the full directory structure of my project
why Nginx is not accessing 'root' directory when I am collecting all static files into it. it accesses 'static' directory and throws following errors in the error log
why it is not accessing root directory that is suppose to have permissions for access







