Skip to content

Commit 106deca

Browse files
committed
Increase worker_connections to about 10k
1 parent b0e2272 commit 106deca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ error_log stderr warn;
66
pid /var/run/nginx.pid;
77

88
events {
9-
worker_connections 1024;
9+
worker_connections 10240;
1010
}
1111

1212
http {

0 commit comments

Comments
 (0)