aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/nginx/peertube-https
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-17 11:45:53 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-17 11:46:07 +0200
commitaa83bcce541a361ca265d5015d769ba442348395 (patch)
tree7c33aaed6af6504afe893c56915ce4f8ce8766ed /support/nginx/peertube-https
parentd478d83da970365b320b33052de76a86d59caac8 (diff)
downloadPeerTube-aa83bcce541a361ca265d5015d769ba442348395.tar.gz
PeerTube-aa83bcce541a361ca265d5015d769ba442348395.tar.zst
PeerTube-aa83bcce541a361ca265d5015d769ba442348395.zip
Increase client_max_body_size in NGinx template
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