我无法在 AWS EC2 上启动 gunicorn

I can't start gunicorn on AWS EC2

我打算将 sqlite 数据库更新到我的 django 项目的 mysql 数据库中。 像下面这样替换 settings.py 后:

` 数据库 = {

   'default': {
       'ENGINE': 'django.db.backends.mysql',
       'NAME': '*',
       'USER': '*',
       'PASSWORD': '*',
       'HOST': 'localhost',
       'PORT': '***',

   }

}

然后我执行了这个命令systemctl restart gunicorn

截图如下:

EC2 screebshot

您需要检查 OS 上的 Nginx 配置。 错误说配置不正确。