X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fnginx%2Fpeertube;h=7c95c130c2f46fe5496c7be37e073363f60e1c29;hb=a4ce422305fe16fad16dffebbc1fc56f191a0a6d;hp=385acac2423a53ab75a97b844c980047db22f984;hpb=f6d6e7f861189a4446f406efb775a29688764b48;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/nginx/peertube b/support/nginx/peertube index 385acac24..7c95c130c 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -79,7 +79,7 @@ server { } location = /api/v1/videos/upload-resumable { - client_max_body_size 0; + client_max_body_size 0; proxy_request_buffering off; try_files /dev/null @api;