diff --git a/bash/nginx.conf b/bash/nginx.conf index 6a7e3f5f..8ef8ba8a 100755 --- a/bash/nginx.conf +++ b/bash/nginx.conf @@ -13,6 +13,8 @@ server { try_files $uri $uri/ =404; } + proxy_buffering off; + location /ipfs/ { proxy_pass http://127.0.0.1:2052/ipfs/; proxy_set_header Host $host;