Add the ability to stream events on rpc methods

This commit is contained in:
Andrey Antukh
2023-12-01 16:18:39 +01:00
committed by Andrés Moya
parent f3e9efa6fe
commit 03518a8da1
21 changed files with 408 additions and 106 deletions

View File

@@ -105,6 +105,8 @@ http {
location /api {
proxy_pass http://127.0.0.1:6060/api;
proxy_buffering off;
proxy_http_version 1.1;
}
location /admin {