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 65b92ed commit d8aa7a8Copy full SHA for d8aa7a8
nginx/nginx.conf
@@ -6,7 +6,7 @@ pid /var/run/nginx.pid;
6
7
8
events {
9
- worker_connections 1024;
+ worker_connections 65535;
10
}
11
12
http {
0 commit comments