Increase client_max_body_size in NGinx template

This commit is contained in:
Chocobozzz
2017-10-17 11:45:53 +02:00
parent d478d83da9
commit aa83bcce54
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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