From: jinquanni Date: Mon, 23 Nov 2020 04:02:56 +0000 (+0800) Subject: Fix 'nginx say 10000 worker_connections are not enough' X-Git-Tag: 1.2.8~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=msb%2Fapigateway.git;a=commitdiff_plain;h=07a9c52f6bcc44c7d65160fb5ee573be7ca533b5 Fix 'nginx say 10000 worker_connections are not enough' Issue-ID: MSB-539 Signed-off-by: Jinquan Ni Change-Id: Icac2ba6def947fc45b22a126ea0aa1a6e02f542b --- diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf index 57f4c69..a340aa8 100644 --- a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf +++ b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf @@ -29,7 +29,7 @@ events { #there is normally no need to specify the following directive explicitly #use epoll; worker_connections 10000; - multi_accept on; + multi_accept off; } http {