puppet: Increase our nginx open file limit.

(imported from commit a002e1df484dcdab8cdbfb2f37ca2281d6f4eecd)
This commit is contained in:
Tim Abbott 2013-11-20 10:07:48 -05:00
parent 0ad0e18c49
commit ec23996538
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ user zulip;
worker_processes 8;
pid /var/run/nginx.pid;
worker_rlimit_nofile 40000;
events {
worker_connections 4000;
}