mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-21 13:24:03 +01:00
Remove chunked transfer encoding from nginx conf
This configuration was leading to long delays when receiving SSE notifications with the demo-rx app.
This commit is contained in:
parent
f8dfa44c73
commit
8c91e11cca
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ server {
|
|||
proxy_pass http://api-server:9292/;
|
||||
}
|
||||
location /subscribe/ {
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
proxy_cache off;
|
||||
|
|
|
@ -126,7 +126,6 @@ write_files:
|
|||
|
||||
# Proxy to mainnet SSE container
|
||||
location /subscribe/ {
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
proxy_cache off;
|
||||
|
|
Loading…
Add table
Reference in a new issue