Skip to content

Instantly share code, notes, and snippets.

@bigpresh
Created September 9, 2010 14:46
Show Gist options
  • Save bigpresh/571962 to your computer and use it in GitHub Desktop.
Save bigpresh/571962 to your computer and use it in GitHub Desktop.
[davidp@supernova:~]$ cat test.yml
plack_middlewares:
Static:
- path
- qr{^/(images|js|css)/}
- root
- './public/'
{
plack_middlewares => {
Static => ["path", "qr{^/(images|js|css)/}", "root", "./public/"],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment