diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 6591b35..0defdf8 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -39,6 +39,13 @@ http { 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 { deny all; }