Skip to content

Commit

Permalink
Merge pull request #116 from fizker/ssl-in-readme
Browse files Browse the repository at this point in the history
Added SSL options to readme.
  • Loading branch information
indexzero committed Dec 11, 2014
2 parents 0c98f3f + 87f042e commit bb362cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ This will install `http-server` globally so that it may be run from the command

`-o` Open browser window after staring the server

`-S` or `--ssl` Enable https.

`-C` or `--cert` Path to ssl cert file (default: cert.pem).

`-K` or `--key` Path to ssl key file (default: key.pem).

`-h` or `--help` Print this list and exit.

`-c` Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds
Expand Down

0 comments on commit bb362cf

Please sign in to comment.