From 652d13ee848918d4442923112f0845c15cd6507c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 11 Jul 2023 12:57:14 +0800 Subject: [PATCH] fix nginx.conf --- nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {