What am I missing? Finished setting up Rails environment.

I'm using DigitalOcean as my hosting provider as I have some simple sites there. I thought I'd try to setup rails on a domain there to see what I could accomplish.

OS: Ubuntu 12.04 x32 Rails: 4.0.0 Ruby: 2.0.0p247 nginx: 1.1.19 MariaDB: 10.0.4 Passenger: 4.0.19 node.js: 0.6.12 Thin: 1.5.1

I replaced WEBrick with Thin. When I run 'rails server' I see Thin running. When I try and hit the website I get nothing. I was expecting to see a Welcome to Nginx page.

Any help would be appreciated. I can give you whatever info you need.