summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-12-12 17:36:00 +0000
committerMark Felder <feld@FreeBSD.org>2018-12-12 17:36:00 +0000
commitd56772c813c86c4eb4c4ae97782f4d6d57a98abe (patch)
treea4d14684eff1b8bd434d944c3529a80af8ca29bf /installation
parent48c4f88ffdc9ad4eeb998dee98b603e7b16145e8 (diff)
downloadpleroma-d56772c813c86c4eb4c4ae97782f4d6d57a98abe.tar.gz
pleroma-d56772c813c86c4eb4c4ae97782f4d6d57a98abe.zip
proxy buffering still needs to be off
Diffstat (limited to 'installation')
-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;
}