projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Increase nginx connection limits
[chef.git]
/
cookbooks
/
nginx
/
templates
/
default
/
nginx.conf.erb
diff --git
a/cookbooks/nginx/templates/default/nginx.conf.erb
b/cookbooks/nginx/templates/default/nginx.conf.erb
index 7bf95a7fbe351b04bce8833373dc10e3a02e2662..26f53e92ecb3e7b17a06acaa21293b3ec44fd7f9 100644
(file)
--- 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 {
events {
- worker_connections
1024
;
+ worker_connections
8192
;
}
http {
}
http {