X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/54b26b3054c5cf68acde82ec008be465b5c7d83f..ef2391b31e45ac43c37c0434b3f8ab406e483432:/cookbooks/nginx/templates/default/nginx.conf.erb?ds=sidebyside diff --git a/cookbooks/nginx/templates/default/nginx.conf.erb b/cookbooks/nginx/templates/default/nginx.conf.erb index 7bf95a7fb..26f53e92e 100644 --- a/cookbooks/nginx/templates/default/nginx.conf.erb +++ b/cookbooks/nginx/templates/default/nginx.conf.erb @@ -10,7 +10,7 @@ pid /var/run/nginx.pid; events { - worker_connections 1024; + worker_connections 8192; } http {