From aa83bcce541a361ca265d5015d769ba442348395 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Oct 2017 11:45:53 +0200 Subject: Increase client_max_body_size in NGinx template --- support/nginx/peertube-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/nginx/peertube-https') diff --git a/support/nginx/peertube-https b/support/nginx/peertube-https index e0d8c483d..372f829d3 100644 --- a/support/nginx/peertube-https +++ b/support/nginx/peertube-https @@ -22,7 +22,7 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # For the video upload - client_max_body_size 100m; + client_max_body_size 2G; } # Bypass PeerTube webseed route for better performances -- cgit v1.2.3