From e0f5590be181f3e54773ffe2ee5322a244dae47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=B7=E6=B6=9B?= <15501032502@163.com> Date: Mon, 30 Sep 2024 03:32:18 +0000 Subject: [PATCH] update senior/nuxt/deployment.md. add ; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王海涛 <15501032502@163.com> --- senior/nuxt/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senior/nuxt/deployment.md b/senior/nuxt/deployment.md index e18bc6c..1465512 100644 --- a/senior/nuxt/deployment.md +++ b/senior/nuxt/deployment.md @@ -90,7 +90,7 @@ server # 您的域名 server_name cms.demo.buildadmin.com; # 索引文档,建议将 index.html 放在第一个 - index index.html + index index.html; #禁止访问的文件或目录 location ~ ^/(\.user.ini|\.htaccess|\.git|\.svn|\.project|LICENSE|README.md|package.json|package-lock.json|\.env) { -- Gitee