Reduce the number of nginx worker processes on staging to try and save memory.

This commit is contained in:
yackob03 2014-01-14 15:37:49 -05:00
parent 63899b8efd
commit 6f0ea4f5a4

View file

@ -1,4 +1,4 @@
worker_processes 8;
worker_processes 2;
user root nogroup;
pid /mnt/nginx/nginx.pid;