永发信息网

如何设置rails服务监听的ip和端口

答案:1  悬赏:20  手机版
解决时间 2021-03-28 03:40
  • 提问者网友:情歌越听越心酸
  • 2021-03-27 13:38
如何设置rails服务监听的ip和端口
最佳答案
  • 五星知识达人网友:拾荒鲤
  • 2021-03-27 14:52
$ rails s --help
Usage: rails server [mongrel, thin, etc] [options]
-p, --port=port Runs Rails on the specified port.
Default: 3000
-b, --binding=ip Binds Rails to the specified ip.
Default: 0.0.0.0
-c, --config=file Use custom rackup configuration file
-d, --daemon Make server run as a Daemon.
-u, --debugger Enable ruby-debugging for the server.
-e, --environment=name Specifies the environment to run this server under (test/development/production).
Default: development
-P, --pid=pid Specifies the PID file.
Default: tmp/pids/server.pid

-h, --help Show this help message.
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯