I\'m running django on Digital Ocean with gunicorn and nginx. Gunicorn for serving the django and nginx for static files.
Upon upl
In my case it was something very simple that was generating a similar error, I just had to check the user who controlled Gunicorn and the user who controlled NGINX, they had different permissions.