update pay function
This commit is contained in:
@@ -240,7 +240,7 @@ server {
|
|||||||
|
|
||||||
# AI Chat 主应用
|
# AI Chat 主应用
|
||||||
location /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_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user