ソースを参照

Update documentation

Matt Coles 9 年 前
コミット
f412716bbc
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  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/