Merge branch 'main' into main

This commit is contained in:
Max 2024-04-30 03:30:24 +00:00
commit 34d16bfef0

View file

@ -42,6 +42,13 @@ server {
try_files /dev/null @api;
}
location ~ ^/api/v1/users/[^/]+/imports/import-resumable$ {
client_max_body_size 0;
proxy_request_buffering off;
try_files /dev/null @api;
}
location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ {
limit_except POST HEAD {
deny all;