We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d07efc commit 3350573Copy full SHA for 3350573
README.md
@@ -90,9 +90,9 @@ ln -s `which nodejs` /usr/bin/node
90
91
* `--enableServer <1|0>`: Enable the server (done also when supplying --host)
92
* `--host`: The hostname to run the server on.
93
- * `--port`: The port to listen for incoming requests on.
+ * `--port`: The port to listen for incoming requests on. Defaults to `7801`.
94
* `--sslPath`: The path to the SSL key/certificate. Indirectly enables SSL support.
95
- * `--sslPort`: Port on which to run the HTTPS server
+ * `--sslPort`: Port on which to run the HTTPS server. Defaults to `443`.
96
* `--sslOnly`: Set to true to only serve over HTTPS
97
* `--rateLimit`: Argument is the max requests allowed in one minute. Disabled by default.
98
0 commit comments