X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=a24bb0e61fe7bf4dff98efb86f9de978435ac828;hb=fd2f1258fb0249694d1ed7f5ba5a2f4baa858f20;hp=46b84fb508a7d26c59d698dba8f106897b838d66;hpb=28478a9c4f652e67de659adb93155a0dfda4b09f;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 46b84fb50..a24bb0e61 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -79,8 +79,10 @@ server { proxy_cache_valid 200 206 301 304 1h; proxy_cache_lock on; proxy_ignore_client_abort on; - proxy_buffering off; + proxy_buffering on; chunked_transfer_encoding on; + proxy_ignore_headers Cache-Control; + proxy_hide_header Cache-Control; proxy_pass http://localhost:4000; } }