Let nginx determine the amount of worker processes based on the number of CPU's

This commit is contained in:
Tim de Pater
2020-12-15 10:25:52 +01:00
parent 27c9f325b0
commit a866db2f37
+1 -1
View File
@@ -1,4 +1,4 @@
worker_processes 1;
worker_processes auto;
error_log stderr warn;
pid /run/nginx.pid;