From a4b634abffbe72305528c8f49e26e4e16d616e55 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 10:42:30 +0800 Subject: [PATCH] update pay function --- valuefrontier.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valuefrontier.conf b/valuefrontier.conf index dfc41180..9f4e2992 100644 --- a/valuefrontier.conf +++ b/valuefrontier.conf @@ -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;