mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 01:39:32 +08:00
Let nginx determine the amount of worker processes based on the number of CPU's
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
worker_processes 1;
|
||||
worker_processes auto;
|
||||
error_log stderr warn;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user