Reduce the number of nginx worker processes on staging to try and save memory.
This commit is contained in:
parent
63899b8efd
commit
6f0ea4f5a4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
worker_processes 8;
|
||||
worker_processes 2;
|
||||
|
||||
user root nogroup;
|
||||
pid /mnt/nginx/nginx.pid;
|
||||
|
|
Reference in a new issue