【sinatra】修改默认ip绑定

加入

# 默认的bind是127.0.0.1
set :bind, '0.0.0.0' #0.0.0.0之后你能通过lan访问这个服务器

 

posted @ 2014-01-29 22:30  怒杀神  阅读(348)  评论(0)    收藏  举报