diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-03-13 11:31:55 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-03-13 11:31:55 -0500 |
commit | e04e16bbc05b035c11b83d5134436d791c512421 (patch) | |
tree | b3780739e7f3c3167ce991a9bf6c752a564b1a00 | |
parent | ad31d0726ac1aabfb97ed9746591e315420f17bb (diff) | |
download | pleroma-e04e16bbc05b035c11b83d5134436d791c512421.tar.gz |
Do not strip Cache-Control headers from media. Trust the Pleroma backend.
-rw-r--r-- | installation/pleroma.nginx | 2 |
1 files changed, 0 insertions, 2 deletions
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; } } |