From bfc4a6bc14696189675f889dd620feeb410377ef Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 9 Jun 2021 14:37:55 +0200 Subject: [PATCH] support accounts on tus uploads --- docker/nginx/conf.d/client.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index c766cb9e..e77a54a8 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -319,6 +319,7 @@ server { # endpoing implementing resumable file uploads open protocol https://tus.io location /skynet/tus { include /etc/nginx/conf.d/include/cors; + include /etc/nginx/conf.d/include/track-upload; client_max_body_size 50M; # tus chunks size is 40M + leaving 10M of breathing room