|
@@ -6,7 +6,7 @@ error_log stderr error;
|
|
events {
|
|
events {
|
|
# This needed to be increased because the nginx error log said so.
|
|
# This needed to be increased because the nginx error log said so.
|
|
# http://nginx.org/en/docs/ngx_core_module.html#worker_connections
|
|
# http://nginx.org/en/docs/ngx_core_module.html#worker_connections
|
|
- worker_connections 65535;
|
|
|
|
|
|
+ worker_connections 4095;
|
|
multi_accept on;
|
|
multi_accept on;
|
|
}
|
|
}
|
|
|
|
|