Currently if there's a problem launching a Rails app on our server, users are taken to a Passenger error page with an error like "Ruby (Rack) application could not be started".
Is it possible to customize this error page and display something else so users of a live site don't see this?
I'm using nginx for the server.
Thanks