fixes comment

This commit is contained in:
klammbueddel 2015-04-30 10:19:40 +02:00
parent 7e6c66a7e4
commit 3f997b9289

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,