gunicorn と nginx を使用して django プロジェクトを展開しようとしていますが、助けが必要です。gunicorn myproject.wsgi:application をコーディングすると、自分の Web サイトが localhost ページに表示されますが、css はありません。プロジェクトの静的フォルダーにある css ファイルを gunicorn がロードしないのはなぜですか?
Guinicorn_start スクリプト: https://dpaste.de/TAc4 Gunicorn 出力: https://dpaste.de/C6YX