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

migrate-github-actions 1.9.0
Tim de Pater 2020-12-15 10:25:52 +01:00
parent 27c9f325b0
commit a866db2f37
No known key found for this signature in database
GPG Key ID: BFE5D809439C9723
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
worker_processes 1;
worker_processes auto;
error_log stderr warn;
pid /run/nginx.pid;