Skip to content

Instantly share code, notes, and snippets.

@eric
Created August 10, 2010 01:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric/516481 to your computer and use it in GitHub Desktop.
Save eric/516481 to your computer and use it in GitHub Desktop.
$ rackup -p 8880 static.ru
use Rack::Static, :urls => [ '/' ], :root => Dir.pwd
run lambda { |env| [404, {}, 'Not Found' ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment