From bc8af453e5ff8516b4052b6c504c3aa0422fa448 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:25:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E5=8F=96=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E5=86=B7=E5=8D=B4=E5=B8=B8=E9=87=8F=20+=20Nginx?= =?UTF-8?q?=E6=A1=A5=E6=8E=A5=E5=8D=8F=E8=AE=AE=E8=AF=B4=E6=98=8E=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/5deef078-5765-44a5-b9bf-03476c0fddce Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- server/nginx/zhuyuan-sovereign.conf | 1 + server/proxy/service/subscription-server-v3.js | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/server/nginx/zhuyuan-sovereign.conf b/server/nginx/zhuyuan-sovereign.conf index 6b21ee1d..e77bbbbf 100644 --- a/server/nginx/zhuyuan-sovereign.conf +++ b/server/nginx/zhuyuan-sovereign.conf @@ -156,6 +156,7 @@ server { # ─── 光湖语言世界V3 · 带宽授权桥接 (大脑服务器反向代理) ─── # QQ邮箱拦截大脑服务器域名链接,此桥接通过guanghulab.online域名 # 将V3授权/订阅请求透传到大脑服务器的V3订阅服务 (端口3805) + # 协议: HTTP (内网通信,大脑服务器Nginx监听80端口default_server) # 部署时由 workflow 自动将 ZY_BRAIN_HOST_PLACEHOLDER 替换为实际IP location /api/proxy-v3/ { proxy_pass http://ZY_BRAIN_HOST_PLACEHOLDER/api/proxy-v3/; diff --git a/server/proxy/service/subscription-server-v3.js b/server/proxy/service/subscription-server-v3.js index aacf72ae..26a0ff2d 100644 --- a/server/proxy/service/subscription-server-v3.js +++ b/server/proxy/service/subscription-server-v3.js @@ -1088,6 +1088,8 @@ mode: direct