10000 fixes comment · sgml/node-http-proxy@3f997b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f997b9

Browse files
committed
fixes comment
1 parent 7e6c66a commit 3f997b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/proxy-https-to-https.js

Lines changed: 1 addition & 1 deletion
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)
0