From 7b97e2039f8c93c56ea1693782cb080c39348aef Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 17 May 2026 08:29:57 +0800 Subject: [PATCH] fix(nginx): expand SSE configuration to include logging and search stream endpoints --- docker/nginx.common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.common.conf b/docker/nginx.common.conf index 723ebf79..528bd4c1 100644 --- a/docker/nginx.common.conf +++ b/docker/nginx.common.conf @@ -29,7 +29,7 @@ location /cookiecloud { } # SSE特殊配置 -location ~ ^/api/v1/system/(message|progress/) { +location ~ ^/api/v1/(system/(message|progress/|logging)|search/.*/stream$) { # SSE MIME类型设置 default_type text/event-stream;