aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'support/nginx')
-rw-r--r--support/nginx/peertube2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube
index 425a78900..abb83d5c4 100644
--- a/support/nginx/peertube
+++ b/support/nginx/peertube
@@ -85,7 +85,7 @@ server {
85 try_files /dev/null @api; 85 try_files /dev/null @api;
86 } 86 }
87 87
88 location ~ ^/api/v1/videos/(upload|([^/]+/editor/edit))$ { 88 location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ {
89 limit_except POST HEAD { deny all; } 89 limit_except POST HEAD { deny all; }
90 90
91 # This is the maximum upload size, which roughly matches the maximum size of a video file. 91 # This is the maximum upload size, which roughly matches the maximum size of a video file.