I want to host a Ruby application on a subdomain.
In
I then deployed this application in the Application Manager.
With Deployment Domain my subdomain, Base Application URL as
After deploying the application, I go to my subdomain, but I only get a
In
/path/to/my/app
I have an app.rb
:
Code:
require 'sinatra'
get '/' do
'Hello world'
end
With Deployment Domain my subdomain, Base Application URL as
/
.After deploying the application, I go to my subdomain, but I only get a
Not Found
screen.