]> 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 385acac2423a53ab75a97b844c980047db22f984..7c95c130c2f46fe5496c7be37e073363f60e1c29 100644 (file)
@@ -79,7 +79,7 @@ server {
   }
 
   location = /api/v1/videos/upload-resumable {
-    client_max_body_size 0;
+    client_max_body_size    0;
     proxy_request_buffering off;
 
     try_files /dev/null @api;