完成接口1 和接口2,测试页面也完成

This commit is contained in:
Ubuntu
2026-06-15 10:10:52 +08:00
parent d4e6a794d8
commit cd4ca278d4
6 changed files with 618 additions and 4 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 90s;
proxy_send_timeout 90s;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
}
}