7
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

geminaboxにlocalhost以外からアクセスできない。ったらbinding, お前か

Posted at

local に gem server を立てる geminabox で localhost からのアクセスしか受け付けてくれない。ってときは多分 WEBRick 起動で binding がデフォルトのまま localhost になってる。

geminabox は Sinatra でつくられていて binding を渡すオプションは -o です。

bundle exec rackup config.ru -p 9292 -o 0.0.0.0
7
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?