Created
March 5, 2016 13:46
-
-
Save dgershman/58a31799e775f5f5f832 to your computer and use it in GitHub Desktop.
This file contains 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
var httpProxy = require('http-proxy'); | |
var proxyServer = httpProxy.createProxyServer({target: 'http://jenkins1.cinch.lightcrest.com:7777'}).listen(7777) | |
console.log("proxy started..."); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment