📦: peertube v6.1.0

This commit is contained in:
VC
2024-07-05 11:53:52 +02:00
parent 76bd28cba2
commit 0610340bcf
2 changed files with 8 additions and 1 deletions

View File

@@ -34,6 +34,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; }