]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/nginx/peertube
Don't autoplay in embed with waiting/ended live
[github/Chocobozzz/PeerTube.git] / support / nginx / peertube
index 5d7b4f0f0c5ac375ac09baf26153d9b663ae2ce0..abb83d5c411d9dae4f5b3fb98b1fc1687efcaa96 100644 (file)
@@ -85,7 +85,7 @@ server {
     try_files /dev/null @api;
   }
 
-  location = /api/v1/videos/upload {
+  location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ {
     limit_except POST HEAD { deny all; }
 
     # This is the maximum upload size, which roughly matches the maximum size of a video file.