mirror of https://github.com/zulip/zulip.git
puppet: Increase our nginx open file limit.
(imported from commit a002e1df484dcdab8cdbfb2f37ca2281d6f4eecd)
This commit is contained in:
parent
0ad0e18c49
commit
ec23996538
|
@ -5,6 +5,7 @@ user zulip;
|
|||
worker_processes 8;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
worker_rlimit_nofile 40000;
|
||||
events {
|
||||
worker_connections 4000;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue