Skip to content

Instantly share code, notes, and snippets.

@yannk
Forked from miyagawa/gist:275684
Created January 12, 2010 22:20
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 yannk/275688 to your computer and use it in GitHub Desktop.
Save yannk/275688 to your computer and use it in GitHub Desktop.
console full=yes
console address=127.0.0.1:4000
socket httpsock host=127.0.0.1
socket httpsock service=5000
proxy httpproxy cmd=perl -I/Users/miyagawa/dev/Nomo/lib /Users/miyagawa/dev/Nomo/bin/nomo-cfk-proxy.pl /Users/miyagawa/dev/Plack/eg/dot-psgi/Hello.psgi
proxy httpproxy service plack1 tie_stdin_to=httpsock
proxy httpproxy service plack2 tie_stdin_to=httpsock
command bind httpsock
command pup httpproxy
command up service plack1
command up service plack2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment