Skip to content

Instantly share code, notes, and snippets.

@christopherscott
Created June 21, 2012 15:29
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 christopherscott/2966387 to your computer and use it in GitHub Desktop.
Save christopherscott/2966387 to your computer and use it in GitHub Desktop.
Config.ru required for pow_proxy
require 'pow_proxy'
run PowProxy.new(:host => '127.0.0.1', :port => 3000)
@christopherscott
Copy link
Author

Proxy file needed for all node projects to integrate with Pow. Pow_proxy required: https://github.com/spagalloco/pow_proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment