I ran instructions on this website and everything went well. However, when I type in the URL, I get a 404 error. My server runs CentOS. Shouldn’t I be able the access my Rails app via the URL I have defined in my deploy.rb file? What am I doing wrong?
I ran instructions on this website and everything went well. However, when I type
Share
The URL depends on how you configured your server. In order to serve a Rails app you need to have a web server installed (Thin, Mongrel, Passenger, Nginx…) and configure it to serve your Rails app.
The site will be available at the URL/IP you configured your web server host.