[Fixed]-Nginx Not Serving Static Files (Django + Gunicorn) Permission denied

1👍

You have a permission denied issue it seems. (13: Permission denied)

nginx often runs under it’s own nginx user, and this user probably does not have the permissions to access the location/files and can’t serve them.

👤monkut

Leave a comment