mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
puppet: Raise worker_connections limit.
(imported from commit e120451e9386a9152baacce9f67779c53e40c5cc)
This commit is contained in:
@@ -4,7 +4,7 @@ worker_processes 4;
|
|||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 768;
|
worker_connections 4000;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
Reference in New Issue
Block a user