mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
worker_connections 4000;
|
||||
}
|
||||
|
||||
http {
|
||||
|
Reference in New Issue
Block a user