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 / { # 主目录