I have a django app, python 2.7 with gunicorn and nginx.
Nginx is throwing a 403 Forbidden Error, if I try to view anything in my static fo
403 Forbidden Error
static
Try specifying a user at the top of your nginx.conf, above the server section.
user www-data;