Skip to content

Instantly share code, notes, and snippets.

@yields
Created December 25, 2013 21:08
Show Gist options
  • Save yields/8126971 to your computer and use it in GitHub Desktop.
Save yields/8126971 to your computer and use it in GitHub Desktop.
configure()
.use(nginx())
.use(nodejs())
.use(myapp())
.end();
configure()
.use(redis())
.start('redis')
.end();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment