update:ota接口验证通过 (#675)

This commit is contained in:
hrz
2025-04-06 02:09:49 +08:00
committed by GitHub
parent 2f2884e991
commit 5655362a00
17 changed files with 42 additions and 75 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ server {
}
# API反向代理(Java项目)
location /xiaozhi-esp32-api/ {
location /xiaozhi/ {
proxy_pass http://127.0.0.1:8003;
proxy_set_header Host $host;
proxy_cookie_path /api/ /;