Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created December 11, 2010 16:11
Show Gist options
  • Save qoobaa/737443 to your computer and use it in GitHub Desktop.
Save qoobaa/737443 to your computer and use it in GitHub Desktop.
Serve local directory using Rack::Static
use Rack::Static, :urls => [""]; run nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment