summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--installation/pleroma.nginx1
1 files changed, 1 insertions, 0 deletions
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;
}