aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/nginx/peertube-https
diff options
context:
space:
mode:
Diffstat (limited to 'support/nginx/peertube-https')
-rw-r--r--support/nginx/peertube-https2
1 files changed, 1 insertions, 1 deletions
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 {
22 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 22 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
23 23
24 # For the video upload 24 # For the video upload
25 client_max_body_size 100m; 25 client_max_body_size 2G;
26 } 26 }
27 27
28 # Bypass PeerTube webseed route for better performances 28 # Bypass PeerTube webseed route for better performances