Skip to content

Instantly share code, notes, and snippets.

@arbales
Created April 17, 2012 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbales/2408939 to your computer and use it in GitHub Desktop.
Save arbales/2408939 to your computer and use it in GitHub Desktop.
#!/usr/bin/env rackup
#\ -E deployment
# Put this file alongside the static content you'd like to serve
# then just run `rackup`
use Rack::ContentLength
app = Rack::Directory.new Dir.pwd
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment