Skip to content

Commit 5e4ac76

Browse files
committed
Update index.rst
1 parent 5f013b2 commit 5e4ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaling/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ adding the ``port`` property into your ``config.json``:
2323
"port": ["4567", "4568", "4569"] // will start three processes
2424
}
2525

26-
Keep in mind you need to start nodebb with `node loader.js` or `./nodebb start` so that 3 works can be spawned. Using `node app.js` will only use the first port in the array.
26+
Keep in mind you need to start nodebb with `node loader.js` or `./nodebb start` so that 3 workers can be spawned. Using `node app.js` will only use the first port in the array.
2727

2828

2929
A proxy server like Nginx is required in order to load balance requests

0 commit comments

Comments
 (0)