a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

nginx returns 502 errors with unicorn #43

Open ghn opened 8 years ago

ghn commented 8 years ago

Hello, when choosing "unicorn" as application server will result in a 502 error when going on page localhost:8080. Found the reason: unicorn was not in the Gemfile and is launch with "bundle exec unicorn".

We may force this gem in Gemfile, or display a message.. don't know what's best.