File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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/ {
You can’t perform that action at this time.
0 commit comments