X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=46b84fb508a7d26c59d698dba8f106897b838d66;hb=728587fdaabbf8db8ee0d3626ab706044f0249f7;hp=cf7cb80843795d277148635e9875b781e72e9ca8;hpb=48c4f88ffdc9ad4eeb998dee98b603e7b16145e8;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index cf7cb8084..46b84fb50 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -79,6 +79,7 @@ server { proxy_cache_valid 200 206 301 304 1h; proxy_cache_lock on; proxy_ignore_client_abort on; + proxy_buffering off; chunked_transfer_encoding on; proxy_pass http://localhost:4000; }