From 0c94a693ab94ec4e0e44e4e0bee636bc8bb3ff1e Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Wed, 16 Mar 2022 14:09:33 +0800
Subject: [PATCH] deploy 修改

---
 nginx.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nginx.conf b/nginx.conf
index 5b67e36..9dba282 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -35,7 +35,7 @@
 	server {
         listen       80;
         server_name  localhost;
-		root   E:/nginx-1.18.0/html/dist/;
+		root   /usr/share/nginx/html/;
         index  index.html index.htm;
 		
 		location / {

--
Gitblit v1.9.3