当我使用命令 sudo start gunicorn.bifrost.conf 时,我收到错误 start:未知作业:bifrost.conf 。
我的conf文件如下:
reduce
我的nginx配置也是这样的。
description "Gunicorn server for bifrost"
start on net-device-up
stop on shutdown
respawn
chdir /home/ubuntu/sites/bifrost/source
exec ../virtualenv/bin/gunicorn --bind unix:/tmp/bifrost.socket Bifrost.wsgi:application