]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/templates/default/nginx.conf.erb
Increase nginx connection limits
[chef.git] / cookbooks / nginx / templates / default / nginx.conf.erb
index 7bf95a7fbe351b04bce8833373dc10e3a02e2662..26f53e92ecb3e7b17a06acaa21293b3ec44fd7f9 100644 (file)
@@ -10,7 +10,7 @@ pid        /var/run/nginx.pid;
 
 
 events {
 
 
 events {
-    worker_connections  1024;
+    worker_connections  8192;
 }
 
 http {
 }
 
 http {