-
-
Save yannk/275688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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