fix(nginx): expand SSE configuration to include logging and search stream endpoints

This commit is contained in:
jxxghp
2026-05-17 08:29:57 +08:00
parent e168e31a8f
commit 7b97e2039f

View File

@@ -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;