Skip to content

Commit 1912b62

Browse files
committed
Merge pull request #817 from klammbueddel/master
fixes comment
2 parents 7e6c66a + 3f997b9 commit 1912b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/http/proxy-https-to-https.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ https.createServer(httpsOpts, function (req, res) {
4747
}).listen(9010);
4848

4949
//
50-
// Create the proxy server listening on port 443
50+
// Create the proxy server listening on port 8010
5151
//
5252
httpProxy.createServer({
5353
ssl: httpsOpts,

0 commit comments

Comments
 (0)