Skip to content

Instantly share code, notes, and snippets.

@daaain
Created September 12, 2012 21:53
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 daaain/3710211 to your computer and use it in GitHub Desktop.
Save daaain/3710211 to your computer and use it in GitHub Desktop.
Minimum config.ru file to serve up the folder with Pow
require 'rack'
root=Dir.pwd
run Rack::Directory.new("#{root}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment