Skip to content

Commit a866db2

Browse files
committed
Let nginx determine the amount of worker processes based on the number of CPU's
1 parent 27c9f32 commit a866db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
worker_processes 1;
1+
worker_processes auto;
22
error_log stderr warn;
33
pid /run/nginx.pid;
44

0 commit comments

Comments
 (0)