Maximum Connections in possible nginx server

by rajesh 2014-02-16 19:33:05

Maximum connections in nginx server is controlled using the property named "worker_connections" in ngnx.conf file

By default worker_connections is set to 512, we can set it to any value needed.

worker_connections 512;


http://nginx.org/en/docs/ngx_core_module.html#worker_connections

Tagged in:

998
like
0
dislike
0
mail
flag

You must LOGIN to add comments