puppet: Increase worker_processes to optimize for prod0.

(imported from commit 35c7443c6ac3f8286ada4a7baf3655559176536e)
This commit is contained in:
Tim Abbott 2013-10-30 14:34:50 -04:00
parent 0792f2ba40
commit 8dd59c98a5
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
user zulip;
worker_processes 4;
# This is set to 8 because that's how many processors we have on
# prod0. On other systems, it's more than we strictly need.
worker_processes 8;
pid /var/run/nginx.pid;
events {