@@ -3,7 +3,7 @@ pid /tmp/nginx.pid;
error_log /dev/null crit;
#error_log /tmp/test.log error;
events {
- worker_connections 1024;
+ worker_connections 16384;
}
http {