From 4de7bea00eb70fc679715f3b40ea52e8de693f95 Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 19 Feb 2019 17:21:12 +0100 Subject: Remove slicing. --- installation/pleroma.nginx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index a24bb0e61..8800912f7 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -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; -- cgit v1.2.3