diff --git a/nginx.conf b/nginx.conf index bf1f2d21..1e038820 100644 --- a/nginx.conf +++ b/nginx.conf @@ -25,14 +25,12 @@ http { listen 3000; server_name moviepilot; - root /app/public - location / { # 主目录 expires off; add_header Cache-Control "no-cache, no-store, must-revalidate"; - root /app/public; index index.html; + root /app/public; } location /assets {