We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e2272 commit 106decaCopy full SHA for 106deca
nginx.conf
@@ -6,7 +6,7 @@ error_log stderr warn;
6
pid /var/run/nginx.pid;
7
8
events {
9
- worker_connections 1024;
+ worker_connections 10240;
10
}
11
12
http {
0 commit comments