Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Apr 17, 2015
1 parent 40e9366 commit 5f013b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaling/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ adding the ``port`` property into your ``config.json``:
"port": ["4567", "4568", "4569"] // will start three processes
}

Keep in mind you need to start nodebb with node loader.js so that 3 works can be spawned. Using node app.js will only use the first port in the array.
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.


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

0 comments on commit 5f013b2

Please sign in to comment.