fix(infra): repleace minio:9000 for SSE api (#854)

This commit is contained in:
Ryo
2025-08-22 15:15:59 +08:00
committed by GitHub
parent f09c624988
commit 0fef5a1634
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ server {
sub_filter ':8889' ':8888/local_storage';
sub_filter 'minio:9000' '$http_host/local_storage';
sub_filter_once off;
sub_filter_types 'application/json';
sub_filter_types 'application/json' 'text/event-stream';
}
location /local_storage/ {