Maximum Connections in possible nginx server
by rajesh[ Edit ] 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