puppet: Raise worker_connections limit.

(imported from commit e120451e9386a9152baacce9f67779c53e40c5cc)
This commit is contained in:
Tim Abbott 2013-10-30 14:23:10 -04:00
parent 806fab9fe9
commit 0792f2ba40
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ worker_processes 4;
pid /var/run/nginx.pid;
events {
worker_connections 768;
worker_connections 4000;
}
http {