Skip to content

Commit 3350573

Browse files
committed
add default http and https ports to readme
1 parent 2d07efc commit 3350573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ ln -s `which nodejs` /usr/bin/node
9090

9191
* `--enableServer <1|0>`: Enable the server (done also when supplying --host)
9292
* `--host`: The hostname to run the server on.
93-
* `--port`: The port to listen for incoming requests on.
93+
* `--port`: The port to listen for incoming requests on. Defaults to `7801`.
9494
* `--sslPath`: The path to the SSL key/certificate. Indirectly enables SSL support.
95-
* `--sslPort`: Port on which to run the HTTPS server
95+
* `--sslPort`: Port on which to run the HTTPS server. Defaults to `443`.
9696
* `--sslOnly`: Set to true to only serve over HTTPS
9797
* `--rateLimit`: Argument is the max requests allowed in one minute. Disabled by default.
9898

0 commit comments

Comments
 (0)