Skip to content

Commit d7eea10

Browse files
committed
Nginx: tiny perf. tweak
1 parent 5c19148 commit d7eea10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/config/nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ include /etc/nginx/conf.d/*.conf;
1111
worker_rlimit_nofile 20480;
1212
events {
1313
worker_connections 10240;
14+
multi_accept on;
1415
}
1516

1617
http {

0 commit comments

Comments
 (0)