From fa1810ebd7eec8bb563f3c6896202ffd26721de8 Mon Sep 17 00:00:00 2001 From: mindskip Date: Tue, 12 Jan 2021 09:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4640e2f..ad8b69b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -122,7 +122,7 @@ npm run build * 执行下列命令,运行程序 ```java -nohup java -Duser.timezone=Asia/Shanghai -jar -Dspring.profiles.active=prod xzs-3.0.7.jar > start1.log 2>&1 & +nohup java -Duser.timezone=Asia/Shanghai -jar -Dspring.profiles.active=prod xzs-3.1.0.jar > start1.log 2>&1 & ``` ### 前后端分离部署 @@ -143,7 +143,7 @@ server { index index.html; } location /api/ { - proxy_pass https://localhost:8000; + proxy_pass http://localhost:8000; } } ```