我是共享linux服务器的一部分,该服务器托管在DigitalOcean上。
我想从中运行Sinatra Web服务器,但我不是root
用户。
我将端口设置为4040,set :port, 4040
,服务器使用ruby server.rb
成功启动。
== Sinatra/1.4.5 has taken the stage on 4040 for development with backup from WEBrick
[] INFO WEBrick::HTTPServer#start: pid=18955 port=4040
当我访问http://IP_ADDRESS:4040
之类的IP地址时,没有任何内容显示出来。
我做错了什么?