From 3f997b92899713057269e8b328da30ffeab36273 Mon Sep 17 00:00:00 2001 From: klammbueddel Date: Thu, 30 Apr 2015 10:19:40 +0200 Subject: [PATCH] fixes comment --- examples/http/proxy-https-to-https.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/proxy-https-to-https.js b/examples/http/proxy-https-to-https.js index e543f98..45f0fd7 100644 --- a/examples/http/proxy-https-to-https.js +++ b/examples/http/proxy-https-to-https.js @@ -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,