summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index c005fad..9a00391 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,5 +1,5 @@
events {
- worker_connections 256;
+ worker_connections 1000;
}
http {