Fix 'nginx say 10000 worker_connections are not enough'
[msb/apigateway.git] / 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 {