Merge branch 'fix/cache-control-headers' into 'develop'
Fix Cache Control headers on media See merge request pleroma/pleroma!2295
This commit is contained in:
parent
3f54215219
commit
0b823755a2
4 changed files with 16 additions and 26 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…
Add table
Add a link
Reference in a new issue