From 11a7d013c4832bb0a5400a7344a0dcbaa171bec7 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 1 Jun 2021 16:20:35 +0000 Subject: [PATCH] Update tube.conf --- tube.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tube.conf b/tube.conf index 73bc42c..d9551eb 100644 --- a/tube.conf +++ b/tube.conf @@ -79,6 +79,13 @@ server { location / { try_files /dev/null @api; } + + location = /api/v1/videos/upload-resumable { + client_max_body_size 0; + proxy_request_buffering off; + + try_files /dev/null @api; + } location = /api/v1/videos/upload { limit_except POST HEAD {