Merge pull request #4 from DDS-Derek/main

优化工作流 & 修复nginx站点目录错误和缓存权限问题
This commit is contained in:
jxxghp
2023-07-11 12:35:50 +08:00
committed by GitHub
2 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -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 / {
# 主目录