From eb03ccc2716d3bdd390172f2f729b2deee4e99af Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Sun, 22 Mar 2020 07:30:08 +0800 Subject: [PATCH] nginx user use root --- etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx.conf b/etc/nginx.conf index 0a067d4f..1ebf6c63 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -1,4 +1,4 @@ -user nginx; +user root; worker_processes auto; worker_cpu_affinity auto;