diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-14 11:19:42 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-14 11:19:42 +0000 |
commit | d88c8a9614808c00e25025fa70d9e1192bbbf89b (patch) | |
tree | 6d33529b292c947c8db74a7564d1e4a34be4d1d1 /installation/pleroma.nginx | |
parent | 38f796a5c6f526c84c8e0cc2e838c453dd70802b (diff) | |
parent | 6a28c198af415c81596587f765e6c8c9388e9714 (diff) | |
download | pleroma-d88c8a9614808c00e25025fa70d9e1192bbbf89b.tar.gz pleroma-d88c8a9614808c00e25025fa70d9e1192bbbf89b.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/pleroma.nginx')
-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; } } |