Do not strip Cache-Control headers from media. Trust the Pleroma backend.

This commit is contained in:
Mark Felder 2020-03-13 11:31:55 -05:00
parent ad31d0726a
commit e04e16bbc0
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}