From 91011d7c3c237e6df5376d050f555e4371167867 Mon Sep 17 00:00:00 2001 From: xiaolou Date: Tue, 12 Dec 2023 17:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20nginx=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ koolsmart/default.conf | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ef838a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.1.0 (2023-12-12) + +- github 上线 release 版本 + +### 0.1.1 (2023-12-12) + +- 修复 nginx 配置问题 diff --git a/koolsmart/default.conf b/koolsmart/default.conf index 9d64686..bf31dcd 100644 --- a/koolsmart/default.conf +++ b/koolsmart/default.conf @@ -17,11 +17,11 @@ server { alias /usr/share/nginx/html/js/; } - location /api-ks/ { - proxy_pass https://sit.coohom.com/; - } + # location /api-ks/ { + # proxy_pass https://sit.coohom.com/; + # } location /api-kjl/ { - proxy_pass https://beta.kujiale.com/; + proxy_pass https://www.kujiale.com/; } error_page 500 502 503 504 /50x.html;