Skip to content

Commit

Permalink
docs: https options (#3701)
Browse files Browse the repository at this point in the history
  • Loading branch information
xland authored and atian25 committed May 15, 2019
1 parent 5b2dbd5 commit 3fccb4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/zh-cn/core/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ $ egg-scripts start --port=7001 --daemon --title=egg-server-showcase
- `--title=egg-server-showcase` 用于方便 ps 进程时 grep 用,默认为 `egg-server-${appname}`
- `--framework=yadan` 如果应用使用了[自定义框架](../advanced/framework.md),可以配置 `package.json``egg.framework` 或指定该参数。
- `--ignore-stderr` 忽略启动期的报错。
- 所有 [egg-cluster] 的 Options 都支持透传,如 `--https` 等。
- `--https.key` 指定 HTTPS 所需密钥文件的完整路径。
- `--https.cert` 指定 HTTPS 所需证书文件的完整路径。

- 所有 [egg-cluster] 的 Options 都支持透传,如 `--port` 等。

更多参数可查看 [egg-scripts][egg-cluster] 文档。

Expand Down Expand Up @@ -186,4 +189,4 @@ $ [master] alinode version v3.8.4
[egg-scripts]: https://github.com/eggjs/egg-scripts
[egg-alinode]: https://github.com/eggjs/egg-alinode
[pm2]: https://github.com/Unitech/pm2
[nodeinstall]: https://github.com/cnpm/nodeinstall
[nodeinstall]: https://github.com/cnpm/nodeinstall

0 comments on commit 3fccb4f

Please sign in to comment.