This commit is contained in:
Lloyd Brookes
2016-03-10 16:21:13 +00:00
parent 2702243ffa
commit fc995bcd60
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,8 @@ local-web-server is a simple command-line tool. To use it, from your project dir
-n, --no-cache Disable etag-based caching -forces loading from disk each request. -n, --no-cache Disable etag-based caching -forces loading from disk each request.
--key file SSL key. Supply along with --cert to launch a https server. --key file SSL key. Supply along with --cert to launch a https server.
--cert file SSL cert. Supply along with --key to launch a https server. --cert file SSL cert. Supply along with --key to launch a https server.
--https Enable HTTPS using a built-in key and cert, registered to the
domain 127.0.0.1.
--verbose Verbose output, useful for debugging. --verbose Verbose output, useful for debugging.
<strong>Misc</strong> <strong>Misc</strong>

View File

@ -60,6 +60,8 @@ local-web-server is a simple command-line tool. To use it, from your project dir
-n, --no-cache Disable etag-based caching -forces loading from disk each request. -n, --no-cache Disable etag-based caching -forces loading from disk each request.
--key file SSL key. Supply along with --cert to launch a https server. --key file SSL key. Supply along with --cert to launch a https server.
--cert file SSL cert. Supply along with --key to launch a https server. --cert file SSL cert. Supply along with --key to launch a https server.
--https Enable HTTPS using a built-in key and cert, registered to the
domain 127.0.0.1.
--verbose Verbose output, useful for debugging. --verbose Verbose output, useful for debugging.
<strong>Misc</strong> <strong>Misc</strong>