projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c4f88
)
proxy buffering still needs to be off
author
Mark Felder
<feld@FreeBSD.org>
Wed, 12 Dec 2018 17:36:00 +0000
(17:36 +0000)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 12 Dec 2018 17:36:00 +0000
(17:36 +0000)
installation/pleroma.nginx
patch
|
blob
|
history
diff --git
a/installation/pleroma.nginx
b/installation/pleroma.nginx
index cf7cb80843795d277148635e9875b781e72e9ca8..46b84fb508a7d26c59d698dba8f106897b838d66 100644
(file)
--- 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;
}