mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
Let nginx determine the amount of worker processes based on the number of CPU's
This commit is contained in:
parent
27c9f325b0
commit
a866db2f37
@ -1,4 +1,4 @@
|
||||
worker_processes 1;
|
||||
worker_processes auto;
|
||||
error_log stderr warn;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user