Fix nginx config
This commit is contained in:
parent
71fb8b5a34
commit
d795b76c44
1 changed files with 2 additions and 4 deletions
|
@ -79,10 +79,8 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /api/v1/videos/upload-resumable {
|
location = /api/v1/videos/upload-resumable {
|
||||||
if ($request_method = 'PUT') {
|
client_max_body_size 0;
|
||||||
client_max_body_size 0;
|
proxy_request_buffering off;
|
||||||
proxy_request_buffering off;
|
|
||||||
}
|
|
||||||
|
|
||||||
try_files /dev/null @api;
|
try_files /dev/null @api;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue