Increase client_max_body_size in NGinx template

pull/108/head
Chocobozzz 2017-10-17 11:45:53 +02:00
parent d478d83da9
commit aa83bcce54
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
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