uwsgi启动错误!

新手上路,请多包涵

uwsgi配置

[uwsgi]
module = carrier.wsgi:application
http = :8090
master = true
processes = 2
threads = 2000
max-requests = 5000
base = /home/thoftheocean/sites
chdir = /home/thoftheocean/sites/carrier/
home =  /root/.local/share/virtualenvs/carrier-g1QmeogN
wsgi-file = /home/thoftheocean/sites/carrier/carrier/wsgi.py
chmod-socket = 660
vacuum = true
python-autoreload=1
logto = /home/thoftheocean/sites/carrier/logs/uwsgi.log
~                                                        

运行

uwsgi carrier.ini

错误

[uWSGI] getting INI configuration from carrier.ini
Aborted
阅读 1.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题