Remove slicing.

This commit is contained in:
lain 2019-02-19 17:21:12 +01:00
parent d3f8468f6f
commit 4de7bea00e

View file

@ -72,9 +72,7 @@ server {
location ~ ^/(media|proxy) {
proxy_cache pleroma_media_cache;
slice 1m;
proxy_cache_key $host$uri$is_args$args$slice_range;
proxy_set_header Range $slice_range;
proxy_cache_key $host$uri$is_args$args;
proxy_http_version 1.1;
proxy_cache_valid 200 206 301 304 1h;
proxy_cache_lock on;