mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
✨ Add the ability to stream events on rpc methods
This commit is contained in:
committed by
Andrés Moya
parent
f3e9efa6fe
commit
03518a8da1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user