[Answered ]-Issues serving static files with nginx (Django)

2👍

Because you’ve used ‘~’ in a path. That’s a shell thing, not a general path thing, and unless you tell Python specifically, it won’t know what to do with it. Use a full absolute path in both Django settings and nginx.

Leave a comment