summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index cd1fb5b4..523072ea 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -7,10 +7,10 @@ error_log syslog:server=unix:/dev/log,nohostname;
error_log stderr emerg;
worker_processes auto;
-worker_rlimit_nofile 16384;
+worker_rlimit_nofile 32768;
events {
- worker_connections 4096;
+ worker_connections 8192;
}
http {