From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 12 Dec 2018 17:36:00 +0000 (+0000)
Subject: proxy buffering still needs to be off
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d56772c813c86c4eb4c4ae97782f4d6d57a98abe;p=akkoma

proxy buffering still needs to be off
---

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;
     }