I am building a rails app but it appears at example.com:3000, how do I make it appear at example.com?
Thanks
|
I am building a rails app but it appears at example.com:3000, how do I make it appear at example.com? Thanks
| |||
feedback
|
|
Presumably because you are running the development app on its default port. Go through the deployment process for your live system. | |||
feedback
|
|
If you run your app with | |||
feedback
|