aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--installation/pleroma.nginx4
1 files changed, 1 insertions, 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;