super-simple-web-server
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,5 +0,5 @@ | ||
#Self-generated SSL cert generator | ||
# Self-generated SSL cert generator | ||
For dev servers only. | ||
###To generate: | ||
## To generate: | ||
@@ -11,3 +11,3 @@ Make sure you have an openssl package installed on your machine -- then run... | ||
###On MacOS: To avoid those pesky _"unauthorized cert"_ warnings... | ||
## On MacOS: To avoid those pesky _"unauthorized cert"_ warnings... | ||
@@ -14,0 +14,0 @@ - double-click ca.cert.pem to add to keychain |
@@ -11,3 +11,3 @@ { | ||
"name": "super-simple-web-server", | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
@@ -18,9 +18,9 @@ # super-simple-web-server | ||
###Default path | ||
### Default path | ||
Default path is your current working directory. Override by passing an optional path to your desired web root directory. | ||
###Default ports | ||
### Default ports | ||
Default ports are `3000` (http) and `3001` (https). These can be changed in `index.js`. | ||
###Default IP | ||
### Default IP | ||
The default IP `127.0.0.1` which should convieniently map to `localhost`. | ||
@@ -27,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
9975
10
0