Fix 'nginx say 10000 worker_connections are not enough' 59/115259/1
authorjinquanni <ni.jinquan@zte.com.cn>
Mon, 23 Nov 2020 04:02:56 +0000 (12:02 +0800)
committerjinquanni <ni.jinquan@zte.com.cn>
Mon, 23 Nov 2020 04:11:09 +0000 (12:11 +0800)
Issue-ID: MSB-539
Signed-off-by: Jinquan Ni <ni.jinquan@zte.com.cn>
Change-Id: Icac2ba6def947fc45b22a126ea0aa1a6e02f542b

openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf

index 57f4c69..a340aa8 100644 (file)
@@ -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 {