commit | 8d736711d9889dbe4bff11a5fb92d7b63ebe5da2 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 15:04:18 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 15:04:18 2025 +0800 |
tree | 4ad9e6b6b9d89c610dfb46cdbfd3da8f5cfe8287 | |
parent | f8f8184430dc6bc268f620a2d611051e7b97ded6 [diff] [blame] |
补充nginx Change-Id: Ia814cfe91a7cdee546d604f48f5a894219c0250b
diff --git a/nginx.conf b/nginx.conf index 5e1dcde..6c64adf 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;