X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=a24bb0e61fe7bf4dff98efb86f9de978435ac828;hb=381fe4417260e93cba79aa85785f53b410d0e0f7;hp=46b84fb508a7d26c59d698dba8f106897b838d66;hpb=d56772c813c86c4eb4c4ae97782f4d6d57a98abe;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; } }