I have deployed a django project to a linux server i have hosted.
I am using: django python nginx ufw
My project is deployed and is displaying online but my images are not being found. I have given the nginx files my project path etc. but still no luck, please could you suggest any ideas ? I have googled and everything but now luck. (I am new to the deployment world)
I have tried adding location /static/ into the nginx files. I have tried chatgpt. I have tried looking for the static folder and it does exist with the images in it.