
Ruby on Rails 4的Procfile里,为何Unicorn没启动,反被Webrick取代了?
本文共计247个文字,预计阅读时间需要1分钟。我在使用Rails 4.0.1,并希望以unicorn作为我的web服务器运行。然而,当我执行`rails s`时,却使用了Webrick(尽管我在Gemfile中包含了unicorn gem)
共收录篇相关文章

本文共计247个文字,预计阅读时间需要1分钟。我在使用Rails 4.0.1,并希望以unicorn作为我的web服务器运行。然而,当我执行`rails s`时,却使用了Webrick(尽管我在Gemfile中包含了unicorn gem)