Bladeren bron

Update documentation

Matt Coles 9 jaren geleden
bovenliggende
commit
f412716bbc
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -64,6 +64,13 @@ Then start the Express framework using:
64 64
 node index.js
65 65
 ```
66 66
 
67
+A production environment, using HTTPS can be started using:
68
+```
69
+node index.js -p
70
+```
71
+Do note that this requires both cert.pem and key.pem to be in the root directory
72
+of the project for SSL or it will not start.
73
+
67 74
 # API
68 75
 
69 76
 ### /hello/:name/