From a559ab0ad3467f3a88ff45a56da2c70d99b0a486 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 22 May 2022 17:53:10 +0800 Subject: [PATCH] Update nginx.template.conf --- nginx.template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.template.conf b/nginx.template.conf index 7182c7b..fd65858 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -1,5 +1,5 @@ user root; -worker_processes 1; +worker_processes auto; error_log stderr; pid /var/run/nginx.pid;