From d56772c813c86c4eb4c4ae97782f4d6d57a98abe Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 12 Dec 2018 17:36:00 +0000 Subject: [PATCH] proxy buffering still needs to be off --- installation/pleroma.nginx | 1 + 1 file changed, 1 insertion(+) 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; }