Skip to content

Commit

Permalink
docs(deployment): modify hostname (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingZhang authored and thonatos committed Oct 18, 2019
1 parent 73ad6c0 commit d3f68c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/core/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Arguments of dispatch can be configured in `config.{env}.js`.
exports.cluster = {
listen: {
port: 7001,
hostname: '127.0.0.1',
hostname: '0.0.0.0',
// path: '/var/run/egg.sock',
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ egg-scripts start --port=7001 --daemon --title=egg-server-showcase
exports.cluster = {
listen: {
port: 7001,
hostname: '127.0.0.1',
hostname: '0.0.0.0',
// path: '/var/run/egg.sock',
}
}
Expand Down

0 comments on commit d3f68c3

Please sign in to comment.