I run the Django app with gunicorn and nginx on a virtual server. But it gives a 403 error for loading static files
this is nginx config:
enter image description here
this is nginx sites-evailabel:
enter image description here
this is django project settings.py:
enter image description here
When I open the site, it gives this error in the browser console:
enter image description here
how can i fix this error?