I followed this tutorial: http://railsapps.github.com/tutorial-rails-mongoid-devise.html
Running nginx via proxy on port 8000. You can see it here.
Why is it listing the files in the /public dir? Also, if I try to go to any of the devise uris, it shows the Nginx 404, and not the rails 404...could this be a passenger issue?
I'm new to server admin/rails. So it could be an nginx issue OR rails config. Any advice for a rails student/zombie?
Part of my problem is that I don't know much about error logs. How do I check nginx/apache/rails logs for errors?