Merge branch 'master' of git.daplie.com:Daplie/serve-https
This commit is contained in:
commit
b04a79f46f
|
@ -27,17 +27,22 @@ Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --global serve-https
|
npm install --global serve-https@1.x
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
serve-https
|
serve-https
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```bash
|
||||||
Serving /Users/foo/ at https://localhost.daplie.com:8443
|
Serving /Users/foo/ at https://localhost.daplie.com:8443
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
**Note**: these examples also show features of version 2.x which is currently blocked by a bug.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue