nginx: set worker_processes to auto
This commit is contained in:
parent
68ce0f16d9
commit
c950f7098e
1 changed files with 4 additions and 0 deletions
|
@ -24,5 +24,9 @@
|
||||||
|
|
||||||
access_log /var/log/nginx/access.log combined_anon buffer=32k flush=5m;
|
access_log /var/log/nginx/access.log combined_anon buffer=32k flush=5m;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
appendConfig = ''
|
||||||
|
worker_processes auto;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue