Skip to content

Instantly share code, notes, and snippets.

@luisbebop
Created November 4, 2013 17:33
Show Gist options
  • Save luisbebop/7306260 to your computer and use it in GitHub Desktop.
Save luisbebop/7306260 to your computer and use it in GitHub Desktop.

Revisions

  1. luisbebop created this gist Nov 4, 2013.
    4 changes: 4 additions & 0 deletions sinatra.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #Bound to this address so that external hosts can access it, VERY IMPORTANT!
    set :bind, '0.0.0.0'

    set :logging, true