You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaling/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ adding the ``port`` property into your ``config.json``:
23
23
"port": ["4567", "4568", "4569"] // will start three processes
24
24
}
25
25
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.
27
27
28
28
29
29
A proxy server like Nginx is required in order to load balance requests
0 commit comments