forked from AkkomaGang/akkoma
Do not strip Cache-Control headers from media. Trust the Pleroma backend.
This commit is contained in:
parent
ad31d0726a
commit
e04e16bbc0
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue