diff options
author | Omar Polo <op@omarpolo.com> | 2020-11-18 09:12:27 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-11-18 09:12:27 +0100 |
commit | 721e2325296b1556eb0d2224ef37b387091dff43 (patch) | |
tree | 541eba2846eb106377757f6e52bc64dbe183db74 /README.md | |
parent | d431188c66e521a110f987eed2655cc9dfde9864 (diff) |
make port number configurable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,7 @@ \[**-d** *docs*] \[**-k** *key.pem*] \[**-l** *logfile*] +\[**-p** *port*] \[**-x** *cgi-bin*] # DESCRIPTION @@ -76,6 +77,10 @@ The options are as follows: > log to the given file instead of the standard error. +**-p** *port* + +> The port to bind to, by default 1965. + **-x** *dir* > Enable execution of CGI scripts inside the given directory (relative |