]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/nginx/peertube
fix route prefix for video redundancy routes in openapi spec
[github/Chocobozzz/PeerTube.git] / support / nginx / peertube
index d03f14613251d9922901b98297041bc97c455e16..7c95c130c2f46fe5496c7be37e073363f60e1c29 100644 (file)
@@ -79,10 +79,8 @@ server {
   }
 
   location = /api/v1/videos/upload-resumable {
-    if ($request_method = 'PUT') {
-      client_max_body_size    0;
-      proxy_request_buffering off;
-    }
+    client_max_body_size    0;
+    proxy_request_buffering off;
 
     try_files /dev/null @api;
   }