Fix nginx config

This commit is contained in:
Chocobozzz 2021-05-11 08:41:34 +02:00
parent 71fb8b5a34
commit d795b76c44
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -79,10 +79,8 @@ server {
}
location = /api/v1/videos/upload-resumable {
if ($request_method = 'PUT') {
client_max_body_size 0;
proxy_request_buffering off;
}
client_max_body_size 0;
proxy_request_buffering off;
try_files /dev/null @api;
}