From dfb5f4621ec503bcdf226df3e93eca4fab41e066 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 22 Jul 2025 08:06:48 +0000 Subject: nginx set worker_processes to auto Which seems is how many cpu cores I have. To try to improve performance. --- etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 73ff11e0..7e54af48 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -1,6 +1,6 @@ #user http; -worker_processes 1; +worker_processes auto; #error_log logs/error.log; #error_log logs/error.log notice; -- cgit v1.2.3-70-g09d2