From 008e89f17914d04b56a0f27024fa3c27431a70b1 Mon Sep 17 00:00:00 2001 From: liuzheng Date: Thu, 18 Jan 2018 10:31:28 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20v0.5.0=20=E5=9F=BA=E4=BA=8E=20CentOS7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v0.5.0-基于-CentOS7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v0.5.0-基于-CentOS7.md b/v0.5.0-基于-CentOS7.md index bc02d22..5ee7ba8 100644 --- a/v0.5.0-基于-CentOS7.md +++ b/v0.5.0-基于-CentOS7.md @@ -204,7 +204,8 @@ server { listen 80; location /luna/ { - root /opt/luna/dist; + try_files $uri / /index.html; + alias /opt/luna/; } location /media/ {