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