commit | 56cbf663d2badffebde7cdb648ab1614c794cc31 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 21:46:47 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 23:57:12 2025 +0800 |
tree | da3d75c2006120de4727f05e3ba57bcd08f52919 | |
parent | 8d736711d9889dbe4bff11a5fb92d7b63ebe5da2 [diff] [blame] |
更新登录 Change-Id: I0b2663f4291f573625222995b09a99ac53c2a081
diff --git a/nginx.conf b/nginx.conf index 6c64adf..5e1dcde 100644 --- a/nginx.conf +++ b/nginx.conf
@@ -22,7 +22,7 @@ location ^~/api/ { rewrite ^/api(/.*)$ $1 break; - proxy_pass http://127.0.0.1:5004/; + proxy_pass http://127.0.0.1:5004; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;