fix: nginx errors
This commit is contained in:
@ -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 / {
|
||||
# 主目录
|
||||
|
Reference in New Issue
Block a user