Hello, I am just messing around with Ruby on the Rails, so I’ve installed simple app to learn from it, however it runs on domain:3000 port
How do I change it to open on just domain.com ?
thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Yeah, I have nginx, how do I forward it to 3000?
Install a webserver and forward requests to port 3000.