mirror of https://github.com/zulip/zulip.git
puppet: Raise worker_connections limit.
(imported from commit e120451e9386a9152baacce9f67779c53e40c5cc)
This commit is contained in:
parent
806fab9fe9
commit
0792f2ba40
|
@ -4,7 +4,7 @@ worker_processes 4;
|
|||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
worker_connections 4000;
|
||||
}
|
||||
|
||||
http {
|
||||
|
|
Loading…
Reference in New Issue