fix: nginx errors
This commit is contained in:
parent
35e3d85e77
commit
55d5e12ca8
@ -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 / {
|
||||
# 主目录
|
||||
|
Loading…
x
Reference in New Issue
Block a user