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;