Skip to content

Commit

Permalink
docs: https options en version (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
xland authored and atian25 committed May 15, 2019
1 parent 9c23232 commit 35af633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/en/core/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ Options:
- `--title=egg-server-showcase` convenient for `ps + grep`, default to `egg-server-${appname}`.
- `--framework=yadan` config `egg.framework` at `package.json` or pass this args, when you are using [Custom Framework](../advanced/framework.md).
- `--ignore-stderr` ignore the std err at start up。
- support all options from [egg-cluster], such as `--https`.
- `--https.key` specify the https key full path, if start the server with https.
- `--https.cert` specify the https certificate full path, if start the server with https.
- support all options from [egg-cluster], such as `--port`.

More about [egg-scripts] and [egg-cluster] documents.

Expand Down Expand Up @@ -101,4 +103,4 @@ Also you can manually call `ps -eo "pid,command" | grep -- "--title=egg-server"`

[egg-cluster]: https://github.com/eggjs/egg-cluster
[egg-scripts]: https://github.com/eggjs/egg-scripts
[pm2]: https://github.com/Unitech/pm2
[pm2]: https://github.com/Unitech/pm2

0 comments on commit 35af633

Please sign in to comment.