update pay ui

This commit is contained in:
2025-12-12 10:56:18 +08:00
parent 34bc635072
commit f96a333cae
6 changed files with 22 additions and 821 deletions

View File

@@ -146,7 +146,7 @@ server {
# 上交所实时行情 WebSocket
location /ws/sse {
proxy_pass http://49.232.185.254:8765;
proxy_pass http://127.0.0.1:8765; # 本机行情服务
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;