Update tube.conf

This commit is contained in:
Anthony Wang 2021-06-01 16:20:35 +00:00 committed by GitHub
parent de55c6f857
commit 11a7d013c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,13 @@ server {
location / {
try_files /dev/null @api;
}
location = /api/v1/videos/upload-resumable {
client_max_body_size 0;
proxy_request_buffering off;
try_files /dev/null @api;
}
location = /api/v1/videos/upload {
limit_except POST HEAD {