From c62a65a836ea25f16f4eb0142ba0e672515a5480 Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 15 Mar 2022 15:52:14 +0800
Subject: [PATCH] nginx 修改稿

---
 deploy/deploy.yml |    2 +-
 nginx.conf        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/deploy.yml b/deploy/deploy.yml
index cd678be..f508a50 100644
--- a/deploy/deploy.yml
+++ b/deploy/deploy.yml
@@ -25,7 +25,7 @@
         - name: aliyun  #提前在项目下配置访问阿里云的账号密码
       containers:
         # - image: $REGISTRY/$ALIYUNHUB_NAMESPACE/zhba-vue:SNAPSHOT-$BUILD_NUMBER
-        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-7
+        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-8
           imagePullPolicy: Always
           name: app
           ports:
diff --git a/nginx.conf b/nginx.conf
index 5b67e36..54caeb5 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/dist/;
         index  index.html index.htm;
 		
 		location / {

--
Gitblit v1.9.3