From: Mark Felder Date: Fri, 13 Mar 2020 16:31:55 +0000 (-0500) Subject: Do not strip Cache-Control headers from media. Trust the Pleroma backend. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e04e16bbc05b035c11b83d5134436d791c512421;p=akkoma Do not strip Cache-Control headers from media. Trust the Pleroma backend. --- diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 7f48b614b..688be3e71 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -90,8 +90,6 @@ server { 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://127.0.0.1:4000; } }