我想启动 unicorn,但它打印
master failed to start, check stderr log for details
当我检查日志时,什么都没有。NGINX 的所有设置都正常!因为我用过它。但今天它失败了。我该如何修复它?
在unicorn日志和nginx日志中都是空的
当我尝试时service unicorn restart
它写道:
service unicorn restart
* Restarting Unicorn web server unicorn start-stop-daemon: warning: failed to kill 1702: No such process
master failed to start, check stderr log for details
答案1
我觉得似乎unicorn.stderr.log您的应用日志文件夹中缺少此文件。我手动创建了此文件,并且运行正常。