Skip to content

Commit

Permalink
修复 nginx 配置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolou committed Dec 12, 2023
1 parent 08a21f1 commit 91011d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 配置问题
8 changes: 4 additions & 4 deletions koolsmart/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91011d7

Please sign in to comment.