Error 404 Nginx can't find media files. +Django
I was setting up basic Django site with nginx. When i navigate to the url of the file i get error 404 Not Found nginx/1.18.0 (Ubuntu) This is the conf file upstream django { server unix:///home/jo/testproject/testproject.sock; } # configuration of…