diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-14 11:19:42 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 17:01:04 +0300 |
commit | 0b823755a21646e83959cbf74fc7dff404b92187 (patch) | |
tree | 1db97c77b0f4f976a84e5c160832226f24011d0e /installation | |
parent | 3f54215219a03367d29e47527a2a6eefe59a89d7 (diff) | |
download | pleroma-0b823755a21646e83959cbf74fc7dff404b92187.tar.gz pleroma-0b823755a21646e83959cbf74fc7dff404b92187.zip |
Merge branch 'fix/cache-control-headers' into 'develop'
Fix Cache Control headers on media
See merge request pleroma/pleroma!2295
Diffstat (limited to 'installation')
-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; } } |