I\'m having trouble getting a Rails app to run in the production environment via Phusion Passenger on Nginx/Ubuntu. According to the docs, the environment is controlled by the
Or try just removing 'config.ru' altogether. Nginx is smart about rails apps, and config.ru is not necessary for them.