Commit 7856f7da by root

pm2 file changes for cluster mode

1 parent 1956604e
...@@ -4,6 +4,8 @@ module.exports = { ...@@ -4,6 +4,8 @@ module.exports = {
name: 'strapiapp', name: 'strapiapp',
script: 'npm', script: 'npm',
args: 'start', args: 'start',
instances : 7,
exec_mode : "cluster",
}, },
], ],
}; };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!