update pay function

This commit is contained in:
2025-11-22 10:42:30 +08:00
parent 15d521dd59
commit a4b634abff

View File

@@ -240,7 +240,7 @@ server {
# AI Chat 主应用
location /ai-chat {
proxy_pass http://127.0.0.1:3000/ai-chat;
proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;