Skip to content

Instantly share code, notes, and snippets.

@NoSkillGuy
Created February 6, 2018 08:54
Show Gist options
  • Save NoSkillGuy/49cbba4945ae9876fc8573ffdef1c917 to your computer and use it in GitHub Desktop.
Save NoSkillGuy/49cbba4945ae9876fc8573ffdef1c917 to your computer and use it in GitHub Desktop.
Vagrant port forwarding in sinatra app
require 'sinatra'
set :bind, '0.0.0.0'
get '/' do
'Hello world!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment