mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(nginx): expand SSE configuration to include logging and search stream endpoints
This commit is contained in:
@@ -29,7 +29,7 @@ location /cookiecloud {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# SSE特殊配置
|
# SSE特殊配置
|
||||||
location ~ ^/api/v1/system/(message|progress/) {
|
location ~ ^/api/v1/(system/(message|progress/|logging)|search/.*/stream$) {
|
||||||
# SSE MIME类型设置
|
# SSE MIME类型设置
|
||||||
default_type text/event-stream;
|
default_type text/event-stream;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user