Skip to content

Commit bee8004

Browse files
fanlvlvgj-stack
authored andcommitted
fix(infra): repleace minio:9000 for SSE api (coze-dev#854)
1 parent e684920 commit bee8004

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ help:
116116
@echo " middleware - Setup middlewares docker environment, but exclude the server app."
117117
@echo " web - Setup web docker environment, include middlewares docker."
118118
@echo " down - Stop the docker containers."
119+
@echo " down_web - Stop the web docker containers."
119120
@echo " clean - Stop the docker containers and clean volumes."
120121
@echo " python - Setup python environment."
121122
@echo " atlas-hash - Rehash atlas migration files."

docker/nginx/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ server {
3434
sub_filter ':8889' ':8888/local_storage';
3535
sub_filter 'minio:9000' '$http_host/local_storage';
3636
sub_filter_once off;
37-
sub_filter_types 'application/json';
37+
sub_filter_types 'application/json' 'text/event-stream';
3838
}
3939

4040
location /local_storage/ {

0 commit comments

Comments
 (0)