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 | 2 +- support/nginx/peertube-https | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/nginx/peertube b/support/nginx/peertube index a3205656c..f7db3eea3 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -9,7 +9,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 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