From 99c042cfda4df36e4d539c8c6c2cb2a67d1b1172 Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 15 Mar 2022 15:57:12 +0800
Subject: [PATCH] deploy 修改
---
nginx.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nginx.conf b/nginx.conf
index 54caeb5..9dba282 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -35,7 +35,7 @@
server {
listen 80;
server_name localhost;
- root /usr/share/nginx/html/dist/;
+ root /usr/share/nginx/html/;
index index.html index.htm;
location / {
--
Gitblit v1.9.3