From 55d5e12ca8f5db205cdd9794d81aad79c4912e38 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Tue, 11 Jul 2023 12:03:06 +0800 Subject: [PATCH] fix: nginx errors --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index d1e0b22d..dda72b6c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,4 +1,4 @@ -#user nobody; +user root; worker_processes auto; worker_cpu_affinity auto; @@ -25,6 +25,7 @@ http { listen 3000; server_name moviepilot; + root /app/public location / { # 主目录