Created
September 12, 2012 21:53
-
-
Save daaain/3710211 to your computer and use it in GitHub Desktop.
Minimum config.ru file to serve up the folder with Pow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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