Compare commits

...

2 commits

Author SHA1 Message Date
Max
34d16bfef0 Merge branch 'main' into main 2024-04-30 03:30:24 +00:00
f216e37a42
Update peertube.conf for v6.1.0 2024-04-29 18:52:38 +00:00

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;