We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c19148 commit d7eea10Copy full SHA for d7eea10
common/config/nginx/nginx.conf
@@ -11,6 +11,7 @@ include /etc/nginx/conf.d/*.conf;
11
worker_rlimit_nofile 20480;
12
events {
13
worker_connections 10240;
14
+ multi_accept on;
15
}
16
17
http {
0 commit comments