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,