Up the number of nginx workers.
This commit is contained in:
parent
025518ac17
commit
8342dfcccf
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
worker_processes 1;
|
worker_processes 8;
|
||||||
|
|
||||||
user root nogroup;
|
user root nogroup;
|
||||||
pid /mnt/nginx/nginx.pid;
|
pid /mnt/nginx/nginx.pid;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
worker_processes 1;
|
worker_processes 8;
|
||||||
|
|
||||||
user nobody nogroup;
|
user nobody nogroup;
|
||||||
pid /tmp/nginx.pid;
|
pid /tmp/nginx.pid;
|
||||||
|
|
Reference in a new issue