Merge pull request #817 from klammbueddel/master

fixes comment
This commit is contained in:
Jarrett Cruger 2015-05-09 14:23:03 -07:00
commit 1912b62ddb

View File

@ -47,7 +47,7 @@ https.createServer(httpsOpts, function (req, res) {
}).listen(9010);
//
// Create the proxy server listening on port 443
// Create the proxy server listening on port 8010
//
httpProxy.createServer({
ssl: httpsOpts,