我正尝试在本地运行django + gunicorn + nginx。 出于某种原因,nginx无法从static获取数据。请告诉我我做错了什么? Gunicorn: gunicorn config.wsgi:application --bind 127.0.0.1:8001 Nginx配置: # mysite_nginx.conf server 127.0.0.1:8001;# the upstream component nginx needs to connect to
# configuration of the s